MCPcopy 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
1048const AVCodec *avcodec_find_decoder(enum AVCodecID id)
1049{
1050 return find_codec(id, ff_codec_is_decoder);
1051}
1052
1053static const AVCodec *find_codec_by_name(const char *name, int (*x)(const AVCodec *))
1054{

Callers 15

dshow_cycle_formatsFunction · 0.85
AVCodecInitializeFunction · 0.85
mainFunction · 0.85
ds_openFunction · 0.85
codec_closeFunction · 0.85
ff_find_decoderFunction · 0.85
stream_component_openFunction · 0.85
dec_standalone_openFunction · 0.85
find_codecFunction · 0.85
show_codecsFunction · 0.85
get_decoder_for_streamFunction · 0.85
choose_decoderFunction · 0.85

Calls 1

find_codecFunction · 0.70

Tested by 7

mainFunction · 0.68
mainFunction · 0.68
video_decodeFunction · 0.68
seek_testFunction · 0.68
dump_stream_metaFunction · 0.68
mainFunction · 0.68
video_decode_exampleFunction · 0.68