FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
exif.h File Reference

EXIF metadata parser. More...

#include "avcodec.h"
#include "bytestream.h"
#include "tiff.h"

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 []
 

Detailed Description

EXIF metadata parser.

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

Definition in file exif.h.

Macro Definition Documentation

#define EXIF_MAX_IFD_RECURSION   2

Definition at line 35 of file exif.h.

#define EXIF_TAG_NAME_LENGTH   32

Definition at line 36 of file exif.h.

Function Documentation

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(), and mjpeg_decode_app().

Variable Documentation

struct exif_tag tag_list[]
static

Definition at line 43 of file exif.h.

Referenced by exif_get_tag_name().