]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imc.c
huffyuv: do not decode/encode yuv colorspace with odd width
[ffmpeg] / libavcodec / imc.c
index d3b8bf5a125a58e09381a3f7f0d184eb2464cc9a..d107dd99fe6ea0cb4b68aac6f3b0fac81edad46a 100644 (file)
@@ -166,7 +166,7 @@ static av_cold int imc_decode_init(AVCodecContext * avctx)
         av_log(avctx, AV_LOG_INFO, "FFT init failed\n");
         return ret;
     }
-    dsputil_init(&q->dsp, avctx);
+    ff_dsputil_init(&q->dsp, avctx);
     avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
     avctx->channel_layout = AV_CH_LAYOUT_MONO;