]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ra288.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / ra288.c
index 26b576d804e9d66115f2e39be8bc206b30828e77..e2b6f39026a396e80d8eea073803097e156cd5c6 100644 (file)
@@ -62,7 +62,7 @@ static av_cold int ra288_decode_init(AVCodecContext *avctx)
 {
     RA288Context *ractx = avctx->priv_data;
     avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
-    dsputil_init(&ractx->dsp, avctx);
+    ff_dsputil_init(&ractx->dsp, avctx);
 
     avcodec_get_frame_defaults(&ractx->frame);
     avctx->coded_frame = &ractx->frame;