On 9/6/2023 2:44 PM, James Almer wrote:
Changes since the previous version:
- Removed the AVPacketSideDataSet from AVCodecContext, using instead the
existing coded_side_data field, at Anton's request.
I still prefer using a new field of type AVPacketSideDataSet, given that the
user can currently only fill coded_side_data manually (See the implementation
in the codecpar copy functions, which non lavf users would need to replicate),
and more so considering coded_side_data is a field pretty much nothing but lavf
uses.
Opinions are very welcome and needed.
Ping.
_______________________________________________
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".