MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_guess_image2_codec

Function ff_guess_image2_codec

libavformat/img2.c:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126enum AVCodecID ff_guess_image2_codec(const char *filename)
127{
128 return str2id(ff_img_tags, filename);
129}

Callers 5

ape_tag_read_fieldFunction · 0.85
av_guess_formatFunction · 0.85
av_guess_codecFunction · 0.85
img_read_probeFunction · 0.85
ff_img_read_headerFunction · 0.85

Calls 1

str2idFunction · 0.85

Tested by

no test coverage detected