相关文章推荐
重感情的番茄  ·  try to re connect to ...·  2 年前    · 
低调的鸵鸟  ·  Qt / ...·  2 年前    · 
满身肌肉的拖把  ·  matlab print figure ...·  3 年前    · 
static const char * exif_get_tag_name (uint16_t id ) static int exif_add_metadata ( AVCodecContext *avctx, int count , int type , const char * name , const char *sep, GetByteContext *gb, int le , AVDictionary **metadata) static int exif_decode_tag ( AVCodecContext *avctx, GetByteContext *gbytes, int le , int depth , AVDictionary **metadata) int avpriv_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. More...

Detailed Description

EXIF metadata parser.

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

Definition in file exif.c .

Function Documentation

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