FFmpeg
|
EXIF metadata parser. More...
Go to the source code of this file.
Data Structures | |
struct | exif_tag |
Macros | |
#define | EXIF_MAX_IFD_RECURSION 2 |
#define | EXIF_TAG_NAME_LENGTH 32 |
Functions | |
int | avpriv_exif_decode_ifd (void *logctx, GetByteContext *gbytes, int le, int depth, AVDictionary **metadata) |
Recursively decodes all IFD's and adds included TAGS into the metadata dictionary. More... | |
Variables | |
static const struct exif_tag | tag_list [] |
EXIF metadata parser.
Definition in file exif.h.
int avpriv_exif_decode_ifd | ( | void * | logctx, |
GetByteContext * | gbytes, | ||
int | le, | ||
int | depth, | ||
AVDictionary ** | metadata | ||
) |
Recursively decodes all IFD's and adds included TAGS into the metadata dictionary.
Definition at line 122 of file exif.c.
Referenced by avi_extract_stream_metadata(), exif_decode_tag(), mjpeg_decode_app(), and webp_decode_frame().
|
static |
Definition at line 43 of file exif.h.
Referenced by exif_get_tag_name().