FFmpeg
|
Go to the source code of this file.
Macros | |
#define | IMG_TAGS(TAG) |
#define | LENGTH_CHECK(CODECID, STR) static_assert(sizeof(#STR) <= sizeof(ff_img_tags->str), #STR " does not fit into IdStrMap.str\n"); |
#define | TAG(CODECID, STR) { AV_CODEC_ID_ ## CODECID, #STR }, |
Functions | |
static enum AVCodecID | str2id (const IdStrMap *tags, const char *str) |
enum AVCodecID | ff_guess_image2_codec (const char *filename) |
Variables | |
const IdStrMap | ff_img_tags [] |
#define LENGTH_CHECK | ( | CODECID, | |
STR | |||
) | static_assert(sizeof(#STR) <= sizeof(ff_img_tags->str), #STR " does not fit into IdStrMap.str\n"); |
Definition at line 109 of file img2.c.
Referenced by ff_guess_image2_codec().
enum AVCodecID ff_guess_image2_codec | ( | const char * | filename | ) |
Definition at line 125 of file img2.c.
Referenced by ape_tag_read_field(), av_guess_codec(), av_guess_format(), ff_img_read_header(), and img_read_probe().
const IdStrMap ff_img_tags[] |
Definition at line 104 of file img2.c.
Referenced by ff_guess_image2_codec(), and query_codec().