X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwmv2dec.c;h=20dbee57032297f3dca9d96eb84748837e819ba3;hb=93a0f4a3cbb823b2ddcb66a3a4c8f08aa7934078;hp=6ee13a4fc150f074daeeea8e4c8f814ea1f9438d;hpb=c59c7924707e2a28f2e777c2f7c284078feae967;p=ffmpeg diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c index 6ee13a4fc15..20dbee57032 100644 --- a/libavcodec/wmv2dec.c +++ b/libavcodec/wmv2dec.c @@ -470,7 +470,8 @@ static av_cold int wmv2_decode_init(AVCodecContext *avctx) ff_wmv2_common_init(w); return ff_intrax8_common_init(avctx, &w->x8, &w->s.idsp, - w->s.mb_width, w->s.mb_height, &w->s); + w->s.block, w->s.block_last_index, + w->s.mb_width, w->s.mb_height); } static av_cold int wmv2_decode_end(AVCodecContext *avctx)