diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-02-20 02:29:43 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-03-29 13:41:09 +0200 |
commit | ca8c7591735c0f80cc29e31e2e92cb10228e14c7 (patch) | |
tree | 68103eff2546f2f880450638cf0048e72f938b34 /libavcodec/wmv2dec.c | |
parent | 6ebd06a9b2508747a135ee4c880d8f612e08932b (diff) | |
download | ffmpeg-ca8c7591735c0f80cc29e31e2e92cb10228e14c7.tar.gz |
intrax8: Remove mpegvideo dependency
Diffstat (limited to 'libavcodec/wmv2dec.c')
-rw-r--r-- | libavcodec/wmv2dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c index f01a743b68..e1f86d854b 100644 --- a/libavcodec/wmv2dec.c +++ b/libavcodec/wmv2dec.c @@ -476,7 +476,7 @@ static av_cold int wmv2_decode_init(AVCodecContext *avctx) return ff_intrax8_common_init(avctx, &w->x8, &w->s.idsp, w->s.block, w->s.block_last_index, - w->s.mb_width, w->s.mb_height, &w->s); + w->s.mb_width, w->s.mb_height); } static av_cold int wmv2_decode_end(AVCodecContext *avctx) |