MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / avcodec_find_encoder

Function avcodec_find_encoder

libavcodec/allcodecs.c:1043–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043const AVCodec *avcodec_find_encoder(enum AVCodecID id)
1044{
1045 return find_codec(id, ff_codec_is_encoder);
1046}
1047
1048const AVCodec *avcodec_find_decoder(enum AVCodecID id)
1049{

Callers 12

find_codecFunction · 0.85
show_codecsFunction · 0.85
choose_encoderFunction · 0.85
map_auto_subtitleFunction · 0.85
avcodec_get_nameFunction · 0.85
avcodec_open2Function · 0.85
config_propsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
add_streamFunction · 0.85
open_output_fileFunction · 0.85
open_output_fileFunction · 0.85

Calls 1

find_codecFunction · 0.70

Tested by 1

mainFunction · 0.68