diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-23 10:02:43 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-23 10:02:43 +0200 |
commit | fdb48225592c593892ffbe799847ff0867253d2a (patch) | |
tree | ba0f9eb21885ef1f70670efe113c6c2f71882e0a /libavcodec/aactab.h | |
parent | e0f291822306b544366faf408df4661c7acc300e (diff) | |
parent | b3be41ca82529d60f90107d4e0d5b59daab00920 (diff) | |
download | ffmpeg-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index e06f6824ae..699d99d696 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 |