summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-02-20 01:57:47 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-03-29 13:41:09 +0200
commit9fa888c02801fff2e8817c24068f5296bbe60000 (patch)
treebcb082bebbd10485d70d5e95a80534684134367c /libavcodec/vc1dec.c
parentc2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f (diff)
intrax8: Keep a reference to the decoder blocks
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r--libavcodec/vc1dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index d1a99d7a94..f72b6c644f 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -380,6 +380,7 @@ av_cold int ff_vc1_decode_init_alloc_tables(VC1Context *v)
}
ret = ff_intrax8_common_init(s->avctx, &v->x8, &s->idsp,
+ s->block, s->block_last_index,
s->mb_width, s->mb_height,
s);
if (ret < 0)