[FFmpeg-devel] [PATCH 2/3 v2] avcodec: add an AVCodecContext flag to export PRFT side data on demand
Derek Buitenhuis
derek.buitenhuis at gmail.com
Wed Feb 19 17:21:11 EET 2020
On 10/02/2020 18:26, James Almer wrote:
> /**
> - * Producer Reference Time data corresponding to the AVProducerReferenceTime struct.
> + * Producer Reference Time data corresponding to the AVProducerReferenceTime struct
> + * exported by some encoders (on demand through the prft flag set in the AVCodecContext
> + * export_side_data field).
> */
> AV_PKT_DATA_PRFT,
Isn't this (and the x264 change) a behavior change, and thus an API/ABI break?
- Derek
More information about the ffmpeg-devel
mailing list