[FFmpeg-devel] [PATCH 09/49] fftools/ffmpeg: store output format separately from the muxer context

Anton Khirnov anton at khirnov.net
Wed Apr 13 13:18:50 EEST 2022


Quoting James Almer (2022-04-06 14:00:21)
> On 4/4/2022 8:29 AM, Anton Khirnov wrote:
> > Allows accessing it without going through the muxer context. This will
> > be useful in the following commits, where the muxer context will be
> > hidden.
> > ---
> >   fftools/ffmpeg.c     | 18 ++++++++++--------
> >   fftools/ffmpeg.h     |  2 ++
> >   fftools/ffmpeg_opt.c |  1 +
> >   3 files changed, 13 insertions(+), 8 deletions(-)
> 
> Patches 4 to 9 look ok.

Thank you, pushed patches up to 9

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list