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

Function common_init

libavcodec/4xm.c:797–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795
796
797static av_cold void common_init(AVCodecContext *avctx){
798 FourXContext * const f = avctx->priv_data;
799
800 dsputil_init(&f->dsp, avctx);
801
802 f->avctx= avctx;
803}
804
805static av_cold int decode_init(AVCodecContext *avctx){
806 FourXContext * const f = avctx->priv_data;

Callers 1

decode_initFunction · 0.70

Calls 1

dsputil_initFunction · 0.85

Tested by

no test coverage detected