diff options
author | Alex Converse <alex.converse@gmail.com> | 2013-10-14 13:51:46 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2013-10-23 00:08:29 -0700 |
commit | b3be41ca82529d60f90107d4e0d5b59daab00920 (patch) | |
tree | a284786326d1da69b6c66d01de277d8e7fad197b /libavcodec/aactab.h | |
parent | f457edb69794c7e13b3630456d72f7942fff19f7 (diff) | |
download | ffmpeg-b3be41ca82529d60f90107d4e0d5b59daab00920.tar.gz |
aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).
This does not include support for LD SBR, epTool, data resilience, nor
the 960 transform family.
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 bf1576ef71..a2dc46b814 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 |