From b3be41ca82529d60f90107d4e0d5b59daab00920 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 14 Oct 2013 13:51:46 -0700 Subject: 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. --- libavcodec/aactab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/aactab.h') diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index bf1576e..a2dc46b 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 -- cgit v1.1