mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
rv34: use get_bits_left()
It is not necessary to store the bit stream length in a RV34DecContext field.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user