Re: [FFmpeg-devel] [PATCH 06/24] ffmpeg: move writing the trailer to ffmpeg_mux.c

2021-12-16 Thread Andreas Rheinhardt
Anton Khirnov: > --- > fftools/ffmpeg.c | 16 +++- > fftools/ffmpeg.h | 1 + > fftools/ffmpeg_mux.c | 21 + > 3 files changed, 25 insertions(+), 13 deletions(-) > > diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c > index a00fe58063..1fb10869b4 100644 > --

[FFmpeg-devel] [PATCH 06/24] ffmpeg: move writing the trailer to ffmpeg_mux.c

2021-12-13 Thread Anton Khirnov
--- fftools/ffmpeg.c | 16 +++- fftools/ffmpeg.h | 1 + fftools/ffmpeg_mux.c | 21 + 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index a00fe58063..1fb10869b4 100644 --- a/fftools/ffmpeg.c +++ b/fftool