[FFmpeg-devel] [PATCH v2 0/3] [RFC] Exif Overhaul

Anton Khirnov anton at khirnov.net
Tue Oct 1 22:12:45 EEST 2024


Quoting Leo Izen (2024-10-01 18:36:37)
> EXIF is basically an IFD, or a tiff directory, that contains a list of 
> tags. Each tag has a type, which may also be IFD.
> 
> How would you recommend I go about doing this in a way that works with 
> frame side data, which as far as I understand has to be a flat buffer? 
> Doing so with sizeof(foo) would not work if I need extensibility.

I meant using a struct for parsed data, i.e. the output of
av_exif_parse_buffer().

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list