OSDN Git Service

proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 16 Feb 2012 18:55:16 +0000 (19:55 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 16 Feb 2012 18:55:16 +0000 (19:55 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/proresdec2.c

index 6ffc7ce..b48259a 100644 (file)
@@ -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;