>> --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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".