[FFmpeg-devel] [PATCH 2/3 v2] avcodec: add an AVCodecContext flag to export PRFT side data on demand

James Almer jamrial at gmail.com
Wed Feb 19 18:42:24 EET 2020


On 2/19/2020 12:21 PM, Derek Buitenhuis wrote:
> 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?

This flag and the x264 addition are both about a month old, and not
present in any release, so no.

> 
> - Derek
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> 



More information about the ffmpeg-devel mailing list