From 7f29644108c5fbd80f160930b31b78b8704c1a49 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Tue, 24 Dec 2013 13:03:26 -0800 Subject: aac: Fix low delay windowing. AAC LD uses a low overlap sine window instead of a KBD window. --- libavcodec/aactab.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/aactab.c') diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c index 46aa10a70e..ee9a735873 100644 --- a/libavcodec/aactab.c +++ b/libavcodec/aactab.c @@ -34,7 +34,6 @@ #include DECLARE_ALIGNED(32, float, ff_aac_kbd_long_1024)[1024]; -DECLARE_ALIGNED(32, float, ff_aac_kbd_long_512 )[512]; DECLARE_ALIGNED(32, float, ff_aac_kbd_short_128)[128]; const uint8_t ff_aac_num_swb_1024[] = { -- cgit v1.2.3