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

Recursively decodes all IFD's and adds included TAGS into the metadata dictionary.

Definition at line 144 of file exif.c .

Referenced by avi_extract_stream_metadata() .