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