From e652cc9606068189cb512a36f0335a5cf2ecf287 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 9 Jan 2012 02:06:59 +0100 Subject: rv34: use get_bits_left() It is not necessary to store the bit stream length in a RV34DecContext field. --- libavcodec/rv34.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/rv34.h') diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index 12607fb806..3f3b879306 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -92,7 +92,6 @@ typedef struct RV34DecContext{ const uint8_t *luma_dc_quant_p;///< luma subblock DC quantizer for interframes RV34VLC *cur_vlcs; ///< VLC set used for current frame decoding - int bits; ///< slice size in bits H264PredContext h; ///< functions for 4x4 and 16x16 intra block prediction SliceInfo si; ///< current slice information -- cgit v1.2.3