Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ avcodec_find_decoder_by_name
Function
avcodec_find_decoder_by_name
libavcodec/allcodecs.c:1076–1079 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1074
}
1075
1076
const AVCodec *avcodec_find_decoder_by_name(const char *name)
1077
{
1078
return find_codec_by_name(name, ff_codec_is_decoder);
1079
}
Callers
9
find_probe_decoder
Function · 0.85
stream_component_open
Function · 0.85
dec_create
Function · 0.85
find_codec
Function · 0.85
show_help_codec
Function · 0.85
get_decoder_by_name
Function · 0.85
config_input
Function · 0.85
main
Function · 0.85
open_input_file
Function · 0.85
Calls
1
find_codec_by_name
Function · 0.85
Tested by
no test coverage detected