diff aac.h @ 8286:e06b2b848b74 libavcodec

AAC: move scratch array to context to ensure 16-byte alignment
author mru
date Wed, 10 Dec 2008 00:50:59 +0000
parents 8a8d40fe77d9
children 6f40f7d77263
line wrap: on
line diff
--- a/aac.h	Tue Dec 09 20:11:37 2008 +0000
+++ b/aac.h	Wed Dec 10 00:50:59 2008 +0000
@@ -288,6 +288,7 @@
     int sf_offset;                                    ///< offset into pow2sf_tab as appropriate for dsp.float_to_int16
     /** @} */
 
+    DECLARE_ALIGNED(16, float, temp[128]);
 } AACContext;
 
 #endif /* AVCODEC_AAC_H */