]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cavs.c
h264dec: Fix mix of lossless and lossy MBs decoding
[ffmpeg] / libavcodec / cavs.c
index 6959f544046356f0b25d5de693488416c9843a07..323091324a132c8b5cf78c71f6f8786bb6d60c37 100644 (file)
@@ -760,7 +760,7 @@ av_cold int ff_cavs_init(AVCodecContext *avctx)
 {
     AVSContext *h = avctx->priv_data;
 
-    ff_blockdsp_init(&h->bdsp, avctx);
+    ff_blockdsp_init(&h->bdsp);
     ff_h264chroma_init(&h->h264chroma, 8);
     ff_idctdsp_init(&h->idsp, avctx);
     ff_videodsp_init(&h->vdsp, 8);