diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-25 15:48:46 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-25 15:50:51 +0000 |
commit | 21c900129c268587fa2df774242bfd8af72ff890 (patch) | |
tree | 662aa8d6e29e905dfd9f3e9d86c3c250ab27e307 /libavcodec | |
parent | 6ed3b504f984dc6cefde8d57a57726f9d30e5033 (diff) | |
download | ffmpeg-21c900129c268587fa2df774242bfd8af72ff890.tar.gz |
ac3: remove ff_ac3_critical_band_size_tab[] external declaration
This fixes compilation broken by 6ed3b504f984dc6cefde8d57a57726f9d30e5033
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ac3tab.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |