Re: [FFmpeg-devel] [PATCH 3/8] ffmpeg: add support for muxing AVStreamGroups

2023-12-12 Thread Anton Khirnov
Quoting James Almer (2023-12-11 13:46:36) > AVStreamGroup.type is not setteable through AVOptions, but it of course > needs to be supported by the CLI. So i catch it and remove it from the > dict that will be used for avformat_stream_group_create(). > > I can change the comment to "'type' is not

Re: [FFmpeg-devel] [PATCH 3/8] ffmpeg: add support for muxing AVStreamGroups

2023-12-11 Thread James Almer
On 12/11/2023 8:48 AM, Anton Khirnov wrote: Quoting James Almer (2023-12-05 23:43:57) Starting with IAMF support. Signed-off-by: James Almer --- fftools/ffmpeg.h | 2 + fftools/ffmpeg_mux_init.c | 335 ++ fftools/ffmpeg_opt.c | 2 + 3

Re: [FFmpeg-devel] [PATCH 3/8] ffmpeg: add support for muxing AVStreamGroups

2023-12-11 Thread Anton Khirnov
Quoting James Almer (2023-12-05 23:43:57) > Starting with IAMF support. > > Signed-off-by: James Almer > --- > fftools/ffmpeg.h | 2 + > fftools/ffmpeg_mux_init.c | 335 ++ > fftools/ffmpeg_opt.c | 2 + > 3 files changed, 339 insertions(+) M