FFmpeg
|
Go to the source code of this file.
Functions | |
int | avpriv_exif_decode_ifd (void *logctx, const uint8_t *buf, int size, int le, int depth, AVDictionary **metadata) |
Recursively decodes all IFD's and adds included TAGS into the metadata dictionary. More... | |
int | ff_exif_decode_ifd (void *logctx, GetByteContext *gbytes, int le, int depth, AVDictionary **metadata) |
EXIF metadata parser
Definition in file exif.h.
int avpriv_exif_decode_ifd | ( | void * | logctx, |
const uint8_t * | buf, | ||
int | size, | ||
int | le, | ||
int | depth, | ||
AVDictionary ** | metadata | ||
) |
Recursively decodes all IFD's and adds included TAGS into the metadata dictionary.
Definition at line 265 of file exif.c.
Referenced by avi_extract_stream_metadata().
int ff_exif_decode_ifd | ( | void * | logctx, |
GetByteContext * | gbytes, | ||
int | le, | ||
int | depth, | ||
AVDictionary ** | metadata | ||
) |
Definition at line 243 of file exif.c.
Referenced by avpriv_exif_decode_ifd(), exif_decode_tag(), mjpeg_decode_app(), and webp_decode_frame().