diff --git a/libavcodec/proresdec2.c b/libavcodec/proresdec2.c index 6ffc7cee28..b48259a3cd 100644 --- a/libavcodec/proresdec2.c +++ b/libavcodec/proresdec2.c @@ -69,7 +69,7 @@ static av_cold int decode_init(AVCodecContext *avctx) avctx->bits_per_raw_sample = 10; - dsputil_init(&ctx->dsp, avctx); + ff_dsputil_init(&ctx->dsp, avctx); ff_proresdsp_init(&ctx->prodsp, avctx); avctx->coded_frame = &ctx->frame;