Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1043
const AVCodec *avcodec_find_encoder(enum AVCodecID id)
1044
{
1045
return find_codec(id, ff_codec_is_encoder);
1046
}
1047
1048
const AVCodec *avcodec_find_decoder(enum AVCodecID id)
1049
{
Callers
12
find_codec
Function · 0.85
show_codecs
Function · 0.85
choose_encoder
Function · 0.85
map_auto_subtitle
Function · 0.85
avcodec_get_name
Function · 0.85
avcodec_open2
Function · 0.85
config_props
Function · 0.85
main
Function · 0.85
main
Function · 0.85
add_stream
Function · 0.85
open_output_file
Function · 0.85
open_output_file
Function · 0.85
Calls
1
find_codec
Function · 0.70
Tested by
1
main
Function · 0.68