]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aactab.h
alac: use AVPacket fields directly in alac_decode_frame()
[ffmpeg] / libavcodec / aactab.h
index c76d65db95cb9249bbdbd05cfaa710636aad481b..56e5796be9bb2b8bb9d7354e4292cd891819df5e 100644 (file)
@@ -44,8 +44,8 @@
 /* @name window coefficients
  * @{
  */
-DECLARE_ALIGNED(16, extern float,  ff_aac_kbd_long_1024)[1024];
-DECLARE_ALIGNED(16, extern float,  ff_aac_kbd_short_128)[128];
+DECLARE_ALIGNED(32, extern float,  ff_aac_kbd_long_1024)[1024];
+DECLARE_ALIGNED(32, extern float,  ff_aac_kbd_short_128)[128];
 // @}
 
 /* @name number of scalefactor window bands for long and short transform windows respectively