From 64d779f2f7607070a87b0a70edeba5e51834ce85 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Jan 2012 21:11:27 +0100 Subject: cabac: Remove ff_h264_lps_state array. It was only ever used in the cabac test program, but never initialized. --- libavcodec/cabac.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/cabac.h') diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index dda6348ea4..f7d169ac11 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -50,7 +50,6 @@ typedef struct CABACContext{ extern uint8_t ff_h264_mlps_state[4*64]; extern uint8_t ff_h264_lps_range[4*2*64]; ///< rangeTabLPS extern uint8_t ff_h264_mps_state[2*64]; ///< transIdxMPS -extern uint8_t ff_h264_lps_state[2*64]; ///< transIdxLPS extern const uint8_t ff_h264_norm_shift[512]; #if ARCH_X86 -- cgit v1.2.3