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

Function avcodec_init

libavcodec/utils.c:936–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934}
935
936void avcodec_init(void)
937{
938 static int initialized = 0;
939
940 if (initialized != 0)
941 return;
942 initialized = 1;
943
944 dsputil_static_init();
945}
946
947void avcodec_flush_buffers(AVCodecContext *avctx)
948{

Callers 2

avcodec_registerFunction · 0.85
mainFunction · 0.85

Calls 1

dsputil_static_initFunction · 0.85

Tested by

no test coverage detected