MCPcopy 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
1076const 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_decoderFunction · 0.85
stream_component_openFunction · 0.85
dec_createFunction · 0.85
find_codecFunction · 0.85
show_help_codecFunction · 0.85
get_decoder_by_nameFunction · 0.85
config_inputFunction · 0.85
mainFunction · 0.85
open_input_fileFunction · 0.85

Calls 1

find_codec_by_nameFunction · 0.85

Tested by

no test coverage detected