|
FFmpeg
|
EXIF metadata parser. More...
#include "exif.h"Functions | |
| int | ff_exif_decode_ifd (void *logctx, GetByteContext *gbytes, int le, int depth, AVDictionary **metadata) |
| 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... | |
EXIF metadata parser.
| 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.
1.8.12