Commit 5a03a3d9 authored by Michael Niedermayer's avatar Michael Niedermayer

proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 67f17e72
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment