X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faactab.h;h=380a1acf31a86e83d510b4be00daed0abc8be842;hb=caba19a5becce2e867fc0ff7c3466c57736f49ad;hp=9f5a7e47bd1902eb34d212d9e02f01579d1634be;hpb=088b410ea2eebcfdf57f7e0c419fe6be8d440eb6;p=ffmpeg diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index 9f5a7e47bd1..380a1acf31a 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -46,7 +46,11 @@ */ DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_1024)[1024]; DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_128)[128]; +DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_1024_fixed)[1024]; +DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_512_fixed)[512]; +DECLARE_ALIGNED(32, extern int, ff_aac_kbd_short_128_fixed)[128]; const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window_512)[1920]; +const DECLARE_ALIGNED(32, extern int, ff_aac_eld_window_512_fixed)[1920]; const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window_480)[1800]; // @}