FFmpeg
Functions
exif.h File Reference
#include <stdint.h>
#include "libavutil/dict.h"
#include "bytestream.h"

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)
 

Detailed Description

EXIF metadata parser

Author
Thilo Borgmann <thilo.borgmann at mail.de>

Definition in file exif.h.

Function Documentation

◆ avpriv_exif_decode_ifd()

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().

◆ ff_exif_decode_ifd()

int ff_exif_decode_ifd ( void *  logctx,
GetByteContext gbytes,
int  le,
int  depth,
AVDictionary **  metadata 
)