]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac.h
Merge remote branch 'qatar/master'
[ffmpeg] / libavcodec / aac.h
index a2bf70b001221744d698ffcbd6c6ef90b2f2ace6..73bc40843f87ffa6057a04834448e52c8824bf8e 100644 (file)
@@ -272,7 +272,7 @@ typedef struct {
      * @defgroup temporary aligned temporary buffers (We do not want to have these on the stack.)
      * @{
      */
-    DECLARE_ALIGNED(16, float, buf_mdct)[2048];
+    DECLARE_ALIGNED(16, float, buf_mdct)[1024];
     /** @} */
 
     /**