Re: [FFmpeg-devel] [PATCH v4 1/8] avformat/mux: move interleaved packet functions upwards

2020-05-04 Thread Andreas Rheinhardt
Marton Balint: > > > On Tue, 28 Apr 2020, Marton Balint wrote: > >> Will be needed later to avoid a forward declaration. > > Will apply the series soon, this has been delayed for a very long time > now... > Sorry for this, will try to look over it this night. - Andreas ___

Re: [FFmpeg-devel] [PATCH v4 1/8] avformat/mux: move interleaved packet functions upwards

2020-05-04 Thread Marton Balint
On Tue, 28 Apr 2020, Marton Balint wrote: Will be needed later to avoid a forward declaration. Will apply the series soon, this has been delayed for a very long time now... Regards, Marton Signed-off-by: Marton Balint --- libavformat/mux.c | 208 +++

[FFmpeg-devel] [PATCH v4 1/8] avformat/mux: move interleaved packet functions upwards

2020-04-28 Thread Marton Balint
Will be needed later to avoid a forward declaration. Signed-off-by: Marton Balint --- libavformat/mux.c | 208 +++--- 1 file changed, 104 insertions(+), 104 deletions(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index 3d1f71ab1a..df0d9e99