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 | ff_exif_decode_ifd (AVCodecContext *avctx, GetByteContext *gbytes, int le, int depth, AVDictionary **metadata) |
Recursively decodes all IFD's and adds included TAGS into the metadata dictionary. | |
Variables | |
static struct exif_tag | tag_list [] |
EXIF metadata parser.
Definition in file exif.h.
int ff_exif_decode_ifd | ( | AVCodecContext * | avctx, |
GetByteContext * | gbytes, | ||
int | le, | ||
int | depth, | ||
AVDictionary ** | metadata | ||
) |
Recursively decodes all IFD's and adds included TAGS into the metadata dictionary.
Definition at line 110 of file exif.c.
Referenced by 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().