[FFmpeg-devel] [PATCH] added sei side data
Brad Hards
bradh at frogmouth.net
Tue Jun 9 07:39:14 EEST 2020
>> --git a/libavcodec/packet.h b/libavcodec/packet.h index
>> 41485f4527..48e0ccbaf0 100644
>> --- a/libavcodec/packet.h
>> +++ b/libavcodec/packet.h
>> @@ -282,6 +282,11 @@ enum AVPacketSideDataType {
>> */
>> AV_PKT_DATA_DOVI_CONF,
>>
>> + /**
>> + * This side data contains SEI unregistered Data.
>> + */
>> + AV_PKT_DATA_SEI_USER,
>> +
>
>it's public header
I don't understand this comment. What are you expecting as the change here?
Brad
More information about the ffmpeg-devel
mailing list