rv34: use get_bits_left()

It is not necessary to store the bit stream length in a RV34DecContext
field.
This commit is contained in:
Janne Grunau
2012-01-09 02:06:59 +01:00
parent ac64607682
commit e652cc9606
2 changed files with 1 additions and 3 deletions

View File

@ -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