Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
enum AVCodecID ff_guess_image2_codec(const char *filename)
127
{
128
return str2id(ff_img_tags, filename);
129
}
Callers
5
ape_tag_read_field
Function · 0.85
av_guess_format
Function · 0.85
av_guess_codec
Function · 0.85
img_read_probe
Function · 0.85
ff_img_read_header
Function · 0.85
Calls
1
str2id
Function · 0.85
Tested by
no test coverage detected