]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dnxhdenc.c
adpcm: Clip step_index values read from the bitstream at the beginning of each frame.
[ffmpeg] / libavcodec / dnxhdenc.c
index 0780878d07238ff0d188192781edc149c7786428..10f3e8db9fb94c7a42e88b1db99c8e6915d672f1 100644 (file)
@@ -261,7 +261,7 @@ static int dnxhd_encode_init(AVCodecContext *avctx)
 
     avctx->bits_per_raw_sample = ctx->cid_table->bit_depth;
 
-    dsputil_init(&ctx->m.dsp, avctx);
+    ff_dsputil_init(&ctx->m.dsp, avctx);
     ff_dct_common_init(&ctx->m);
     if (!ctx->m.dct_quantize)
         ctx->m.dct_quantize = ff_dct_quantize_c;