mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
This commit adds a structure to contain parsed EXIF metadata, as well as code to read and write that struct from/to binary EXIF buffers. Some internal functions have been moved to exif_internal.h. Code to read from this new struct and write to an AVDictionary **dict has been added as well in order to preserve interoperability with existing callers. The only codec changes so far as of this commit are to call these interop functions, but in future commits there will be codec changes to use the new parsing routines instead. Signed-off-by: Leo Izen <leo.izen@gmail.com>
1.6 KiB
1.6 KiB