summaryrefslogtreecommitdiffstats
path: root/libavcodec/aactab.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-05 02:18:51 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-05 02:18:57 +0100
commitfd53f9d985c90be417d2acd5bc7f4300054d9dcd (patch)
tree1093ec6f0e06c572a0fbd6cd619bce673baacc51 /libavcodec/aactab.c
parentf200ec20b8156d0c81d4eef5f8a3e2d3094427c3 (diff)
parent7f29644108c5fbd80f160930b31b78b8704c1a49 (diff)
downloadffmpeg-streaming-fd53f9d985c90be417d2acd5bc7f4300054d9dcd.zip
ffmpeg-streaming-fd53f9d985c90be417d2acd5bc7f4300054d9dcd.tar.gz
Merge commit '7f29644108c5fbd80f160930b31b78b8704c1a49'
* commit '7f29644108c5fbd80f160930b31b78b8704c1a49': aac: Fix low delay windowing. Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 5a2aea4..eb882e8 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