MCPcopy 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
98void register_avcodec(AVCodec *codec)
99{
100 avcodec_register(codec);
101}
102#endif
103
104unsigned avcodec_get_edge_width(void)

Callers

nothing calls this directly

Calls 1

avcodec_registerFunction · 0.85

Tested by

no test coverage detected