Quoting James Almer (2023-09-05 00:08:48) > This will allow the propagation of global side data within the AVCodecContext > instead of having to do it inside packets, and thus be available during > init(). > Global and frame specific side data will therefore be distinct.
This commit message is misleading - there is already AVCodecContext.coded_side_data for exactly this purpose. And after the changes from the last iteration I see even less of a reason to replace it with a new field. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".