Re: [FFmpeg-devel] [PATCH 7/7] ffmpeg: make the ac option set the demuxer's ch_layout AVOption

2022-03-21 Thread James Almer
On 3/21/2022 6:12 PM, Andreas Rheinhardt wrote: James Almer: channels is deprecated on all supported raw demuxers. Signed-off-by: James Almer --- fftools/ffmpeg_opt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index

Re: [FFmpeg-devel] [PATCH 7/7] ffmpeg: make the ac option set the demuxer's ch_layout AVOption

2022-03-21 Thread Andreas Rheinhardt
James Almer: > channels is deprecated on all supported raw demuxers. > > Signed-off-by: James Almer > --- > fftools/ffmpeg_opt.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c > index 720a3cc46a..213a34eadc 100644 > ---

[FFmpeg-devel] [PATCH 7/7] ffmpeg: make the ac option set the demuxer's ch_layout AVOption

2022-03-20 Thread James Almer
channels is deprecated on all supported raw demuxers. Signed-off-by: James Almer --- fftools/ffmpeg_opt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index 720a3cc46a..213a34eadc 100644 --- a/fftools/ffmpeg_opt.c +++

Re: [FFmpeg-devel] [PATCH 7/7] ffmpeg: make the ac option set the demuxer's ch_layout AVOption

2022-03-20 Thread Nicolas George
James Almer (12022-03-20): > channels is deprecated on all supported raw demuxers. > > Signed-off-by: James Almer > --- > fftools/ffmpeg_opt.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) I like this version much better. Thanks. > diff --git a/fftools/ffmpeg_opt.c

[FFmpeg-devel] [PATCH 7/7] ffmpeg: make the ac option set the demuxer's ch_layout AVOption

2022-03-20 Thread James Almer
channels is deprecated on all supported raw demuxers. Signed-off-by: James Almer --- fftools/ffmpeg_opt.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index 720a3cc46a..b3edbf9885 100644 --- a/fftools/ffmpeg_opt.c +++