Re: [FFmpeg-devel] [PATCH 11/24] ffmpeg: set want_sdp when initializing the muxer

2021-12-17 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2021-12-16 22:40:31) > Anton Khirnov: > > Allows making the variable local to ffmpeg_mux. > > --- > > fftools/ffmpeg.c | 9 + > > fftools/ffmpeg.h | 1 - > > fftools/ffmpeg_mux.c | 5 + > > 3 files changed, 6 insertions(+), 9 deletions(-) > > > > di

Re: [FFmpeg-devel] [PATCH 11/24] ffmpeg: set want_sdp when initializing the muxer

2021-12-16 Thread Andreas Rheinhardt
Anton Khirnov: > Allows making the variable local to ffmpeg_mux. > --- > fftools/ffmpeg.c | 9 + > fftools/ffmpeg.h | 1 - > fftools/ffmpeg_mux.c | 5 + > 3 files changed, 6 insertions(+), 9 deletions(-) > > diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c > index 3ed1201fda..

[FFmpeg-devel] [PATCH 11/24] ffmpeg: set want_sdp when initializing the muxer

2021-12-13 Thread Anton Khirnov
Allows making the variable local to ffmpeg_mux. --- fftools/ffmpeg.c | 9 + fftools/ffmpeg.h | 1 - fftools/ffmpeg_mux.c | 5 + 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 3ed1201fda..f76e5df8d2 100644 --- a/fftools/f