diff options
author | Alex Converse <alex.converse@gmail.com> | 2013-12-24 13:03:26 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2014-01-04 14:42:38 -0800 |
commit | 7f29644108c5fbd80f160930b31b78b8704c1a49 (patch) | |
tree | c3d59f982ac91cb33aa4264bdd7e849d655a39f3 /libavcodec/aactab.c | |
parent | 42d1b41983971da63302ac3d12091cad1f3d6324 (diff) | |
download | ffmpeg-7f29644108c5fbd80f160930b31b78b8704c1a49.tar.gz |
aac: Fix low delay windowing.
AAC LD uses a low overlap sine window instead of a KBD window.
Diffstat (limited to 'libavcodec/aactab.c')
-rw-r--r-- | libavcodec/aactab.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdint.h> 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[] = { |