From 21c900129c268587fa2df774242bfd8af72ff890 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 25 Jan 2011 15:48:46 +0000 Subject: ac3: remove ff_ac3_critical_band_size_tab[] external declaration This fixes compilation broken by 6ed3b504f984dc6cefde8d57a57726f9d30e5033 Signed-off-by: Mans Rullgard --- libavcodec/ac3tab.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ac3tab.h') diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h index dd8cabfcfd..36355d0a86 100644 --- a/libavcodec/ac3tab.h +++ b/libavcodec/ac3tab.h @@ -43,7 +43,6 @@ extern const uint16_t ff_ac3_slow_gain_tab[4]; extern const uint16_t ff_ac3_db_per_bit_tab[4]; extern const int16_t ff_ac3_floor_tab[8]; extern const uint16_t ff_ac3_fast_gain_tab[8]; -extern const uint8_t ff_ac3_critical_band_size_tab[AC3_CRITICAL_BANDS]; extern const uint16_t ff_eac3_default_chmap[8]; /** Custom channel map locations bitmask -- cgit v1.2.3