summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rv34.h')
-rw-r--r--libavcodec/rv34.h1
1 files changed, 0 insertions, 1 deletions
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