From 8072345e9f86d88fbc4a15c17cb03f1e4701c9a5 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sat, 20 Feb 2016 00:23:48 -0500 Subject: intrax8: Keep a reference to the GetBitContext reader Helps in decoupling this code from mpegvideo. --- libavcodec/vc1_block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vc1_block.c') diff --git a/libavcodec/vc1_block.c b/libavcodec/vc1_block.c index 0a4531a51a..919565ba37 100644 --- a/libavcodec/vc1_block.c +++ b/libavcodec/vc1_block.c @@ -3022,7 +3022,7 @@ void ff_vc1_decode_blocks(VC1Context *v) v->s.esc3_level_length = 0; if (v->x8_type) { - ff_intrax8_decode_picture(&v->x8, &v->s.current_picture, + ff_intrax8_decode_picture(&v->x8, &v->s.current_picture, &v->s.gb, 2 * v->pq + v->halfpq, v->pq * !v->pquantizer, v->s.loop_filter); -- cgit v1.2.3