Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ avcodec_find_encoder_by_name
Function
avcodec_find_encoder_by_name
libavcodec/allcodecs.c:1071–1074 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1069
}
1070
1071
const AVCodec *avcodec_find_encoder_by_name(const char *name)
1072
{
1073
return find_codec_by_name(name, ff_codec_is_encoder);
1074
}
1075
1076
const AVCodec *avcodec_find_decoder_by_name(const char *name)
1077
{
Callers
8
main
Function · 0.85
find_codec
Function · 0.85
show_help_codec
Function · 0.85
config_input
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
find_codec_by_name
Function · 0.85
Tested by
1
main
Function · 0.68