From 0a60780c7fe72e2f9cc41efc152b3807954b7820 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Jan 2012 21:35:34 +0100 Subject: cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c. --- 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 f7d169ac11..ab835f921f 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -49,7 +49,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 const uint8_t ff_h264_norm_shift[512]; #if ARCH_X86 -- cgit v1.2.3