summaryrefslogtreecommitdiff
path: root/libavcodec/aactab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index f950c13eee..ddef8462f0 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -92,10 +92,6 @@ static const INTFLOAT * const tns_tmp2_map[4] = {
*/
DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_1024)[1024];
DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_128)[128];
-DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_960)[960];
-DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_120)[120];
-DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_1024_fixed)[1024];
-DECLARE_ALIGNED(32, extern int, ff_aac_kbd_short_128_fixed)[128];
DECLARE_ALIGNED(32, extern const float, ff_aac_eld_window_512)[1920];
DECLARE_ALIGNED(32, extern const int, ff_aac_eld_window_512_fixed)[1920];
DECLARE_ALIGNED(32, extern const float, ff_aac_eld_window_480)[1800];