]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/utvideo.c
Windows Media Audio Lossless decoder
[ffmpeg] / libavcodec / utvideo.c
index 2419d4f84531ee3f8d972d6f16d5c89da31b6b12..884b16e9beadbe1c35e37d399b70fae82d0f862d 100644 (file)
@@ -505,7 +505,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
 
     c->avctx = avctx;
 
-    dsputil_init(&c->dsp, avctx);
+    ff_dsputil_init(&c->dsp, avctx);
 
     if (avctx->extradata_size < 16) {
         av_log(avctx, AV_LOG_ERROR, "Insufficient extradata size %d, should be at least 16\n",