summaryrefslogtreecommitdiffstats
path: root/libavcodec/aactab.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2013-12-24 13:03:26 -0800
committerAlex Converse <alex.converse@gmail.com>2014-01-04 14:42:38 -0800
commit7f29644108c5fbd80f160930b31b78b8704c1a49 (patch)
treec3d59f982ac91cb33aa4264bdd7e849d655a39f3 /libavcodec/aactab.c
parent42d1b41983971da63302ac3d12091cad1f3d6324 (diff)
downloadffmpeg-streaming-7f29644108c5fbd80f160930b31b78b8704c1a49.zip
ffmpeg-streaming-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aactab.c b/libavcodec/aactab.c
index 46aa10a..ee9a735 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[] = {
OpenPOWER on IntegriCloud