Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ register_avcodec
Function
register_avcodec
libavcodec/utils.c:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
#if LIBAVCODEC_VERSION_MAJOR < 53
98
void register_avcodec(AVCodec *codec)
99
{
100
avcodec_register(codec);
101
}
102
#endif
103
104
unsigned avcodec_get_edge_width(void)
Callers
nothing calls this directly
Calls
1
avcodec_register
Function · 0.85
Tested by
no test coverage detected