Re: [FFmpeg-devel] [PATCH 6/9] lavf: deprecate av_format_inject_global_side_data()

2024-10-13 Thread epirat07
On 13 Oct 2024, at 13:24, Anton Khirnov wrote: > This function would otherwise fail to build on the next major bump, as > inject_global_side_data is marked for removal. > > It should also never be needed, as there is now a mechanism for > supplying global side data to decoders directly. > --- >

[FFmpeg-devel] [PATCH 6/9] lavf: deprecate av_format_inject_global_side_data()

2024-10-13 Thread Anton Khirnov
This function would otherwise fail to build on the next major bump, as inject_global_side_data is marked for removal. It should also never be needed, as there is now a mechanism for supplying global side data to decoders directly. --- libavformat/avformat.h| 5 + libavformat/demux_utils.c