Re: [FFmpeg-devel] [PATCH 7/7] ffmpeg: deprecate the ac option

2022-03-20 Thread James Almer
On 3/20/2022 4:44 PM, Nicolas George wrote: James Almer (12022-03-20): Same as the AVCodecContext option. Signed-off-by: James Almer --- fftools/ffmpeg.h | 2 ++ fftools/ffmpeg_opt.c | 8 2 files changed, 10 insertions(+) I do not like this: it requires more typing from the

Re: [FFmpeg-devel] [PATCH 7/7] ffmpeg: deprecate the ac option

2022-03-20 Thread Nicolas George
James Almer (12022-03-20): > Same as the AVCodecContext option. > > Signed-off-by: James Almer > --- > fftools/ffmpeg.h | 2 ++ > fftools/ffmpeg_opt.c | 8 > 2 files changed, 10 insertions(+) I do not like this: it requires more typing from the user, even with the "short" alias in

[FFmpeg-devel] [PATCH 7/7] ffmpeg: deprecate the ac option

2022-03-20 Thread James Almer
Same as the AVCodecContext option. Signed-off-by: James Almer --- fftools/ffmpeg.h | 2 ++ fftools/ffmpeg_opt.c | 8 2 files changed, 10 insertions(+) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 1e14bf9fa9..d0bc4b6afb 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h