[FFmpeg-devel] [PATCH 2/8] avformat: introduce AVStreamGroup

Anton Khirnov anton at khirnov.net
Mon Dec 11 13:03:51 EET 2023


Quoting James Almer (2023-12-05 23:43:56)
> +/**
> + * Remove a stream group from its AVFormatContext and free it.
> + * The group must be the last stream of the AVFormatContext.
> + */
> +void ff_remove_stream_group(AVFormatContext *s, AVStreamGroup *stg);

When would this be useful?

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list