summaryrefslogtreecommitdiffstats
path: root/libavcodec/aactab.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-23 10:02:43 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-10-23 10:02:43 +0200
commitfdb48225592c593892ffbe799847ff0867253d2a (patch)
treeba0f9eb21885ef1f70670efe113c6c2f71882e0a /libavcodec/aactab.h
parente0f291822306b544366faf408df4661c7acc300e (diff)
parentb3be41ca82529d60f90107d4e0d5b59daab00920 (diff)
downloadffmpeg-streaming-fdb48225592c593892ffbe799847ff0867253d2a.zip
ffmpeg-streaming-fdb48225592c593892ffbe799847ff0867253d2a.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: aac: Add support for Enhanced AAC Low Delay (ER AAC ELD). Conflicts: Changelog libavcodec/aacdec.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r--libavcodec/aactab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index e06f682..699d99d 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -47,6 +47,7 @@
DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_1024)[1024];
DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_512 )[512];
DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_128)[128];
+const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window)[1920];
// @}
/* @name number of scalefactor window bands for long and short transform windows respectively
OpenPOWER on IntegriCloud