[FFmpeg-devel] [PATCH] libavutil: additional side_data accessor

Nicolas George george at nsup.org
Tue Apr 20 13:10:34 EEST 2021


Brad Hards (12021-04-20):
> The existing function allows access the first instance of a given
> type. Mostly that is OK, but some types can occur multiple times
> (e.g. libx264 can write version info, VANC and UMID related data as
> user data unregistered SEI.
> 
> This adds API to access additional instances of a given SEI type.
> ---
>  libavutil/frame.c | 19 +++++++++++++++++++
>  libavutil/frame.h | 20 ++++++++++++++++++++
>  2 files changed, 39 insertions(+)

IIRC, there was a discussion a long time ago that concluded that
multiple instances of the same side data should not happen.

Somebody remembers it?

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210420/2f43dd94/attachment.sig>


More information about the ffmpeg-devel mailing list