summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-05-07 21:38:30 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-05-07 21:39:44 +0100
commitf110c624b1f30ac7f817eda128db1265260e57c7 (patch)
tree22408a510dd65e4febf8c9f279419fb659b6c0b5 /libavcodec/vc1dec.c
parentc59c7924707e2a28f2e777c2f7c284078feae967 (diff)
parent9fa888c02801fff2e8817c24068f5296bbe60000 (diff)
Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000'
* commit '9fa888c02801fff2e8817c24068f5296bbe60000': intrax8: Keep a reference to the decoder blocks Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
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 89996a11b1..e78f8cb738 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -388,6 +388,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)