Author: faust3
Date: Sun Jan 11 22:38:55 2009
New Revision: 3948

Log:
also use DECLARE_ALIGNED_16 for the coeffs buffer

Modified:
   wmapro/wma3.h

Modified: wmapro/wma3.h
==============================================================================
--- wmapro/wma3.h       Sun Jan 11 20:05:48 2009        (r3947)
+++ wmapro/wma3.h       Sun Jan 11 22:38:55 2009        (r3948)
@@ -54,7 +54,7 @@ typedef struct {
     uint8_t  cur_subframe;
     uint8_t grouped; //< true if the channel is contained in a channel group
 
-    float coeffs[4096]; //< MAX_COEF
+    DECLARE_ALIGNED_16(float, coeffs[4096]); //< MAX_COEF
 
     int   scale_factors[MAX_BANDS];     //< initial scale factor values
     int   resampled_scale_factors[MAX_BANDS]; //< resampled scale factors from 
the previous block
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to