添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
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() .