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/wmv2dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/wmv2dec.c') diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c index 9cd7017261..d7828ad11e 100644 --- a/libavcodec/wmv2dec.c +++ b/libavcodec/wmv2dec.c @@ -228,7 +228,7 @@ int ff_wmv2_decode_secondary_picture_header(MpegEncContext *s) s->picture_number++; // FIXME ? if (w->j_type) { - ff_intrax8_decode_picture(&w->x8, &s->current_picture, + ff_intrax8_decode_picture(&w->x8, &s->current_picture, &s->gb, 2 * s->qscale, (s->qscale - 1) | 1, s->loop_filter); -- cgit v1.2.3