Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ avcodec_find_decoder
Function
avcodec_find_decoder
libavcodec/allcodecs.c:1048–1051 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1046
}
1047
1048
const AVCodec *avcodec_find_decoder(enum AVCodecID id)
1049
{
1050
return find_codec(id, ff_codec_is_decoder);
1051
}
1052
1053
static const AVCodec *find_codec_by_name(const char *name, int (*x)(const AVCodec *))
1054
{
Callers
15
dshow_cycle_formats
Function · 0.85
AVCodecInitialize
Function · 0.85
main
Function · 0.85
ds_open
Function · 0.85
codec_close
Function · 0.85
ff_find_decoder
Function · 0.85
stream_component_open
Function · 0.85
dec_standalone_open
Function · 0.85
find_codec
Function · 0.85
show_codecs
Function · 0.85
get_decoder_for_stream
Function · 0.85
choose_decoder
Function · 0.85
Calls
1
find_codec
Function · 0.70
Tested by
7
main
Function · 0.68
main
Function · 0.68
video_decode
Function · 0.68
seek_test
Function · 0.68
dump_stream_meta
Function · 0.68
main
Function · 0.68
video_decode_example
Function · 0.68