[FFmpeg-cvslog] r19590 - trunk/libavcodec/ac3dec.h

jbr subversion
Wed Aug 5 04:37:49 CEST 2009


Author: jbr
Date: Wed Aug  5 04:37:49 2009
New Revision: 19590

Log:
cosmetics: move fixed_coeffs into the aligned arrays comment group

Modified:
   trunk/libavcodec/ac3dec.h

Modified: trunk/libavcodec/ac3dec.h
==============================================================================
--- trunk/libavcodec/ac3dec.h	Wed Aug  5 04:31:13 2009	(r19589)
+++ trunk/libavcodec/ac3dec.h	Wed Aug  5 04:37:49 2009	(r19590)
@@ -156,9 +156,8 @@ typedef struct {
     float mul_bias;                         ///< scaling for float_to_int16 conversion
 ///@}
 
-    DECLARE_ALIGNED_16(int, fixed_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]);  ///> fixed-point transform coefficients
-
 ///@defgroup arrays aligned arrays
+    DECLARE_ALIGNED_16(int,   fixed_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]);       ///> fixed-point transform coefficients
     DECLARE_ALIGNED_16(float, transform_coeffs[AC3_MAX_CHANNELS][AC3_MAX_COEFS]);   ///< transform coefficients
     DECLARE_ALIGNED_16(float, delay[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]);             ///< delay - added to the next block
     DECLARE_ALIGNED_16(float, window[AC3_BLOCK_SIZE]);                              ///< window coefficients



More information about the ffmpeg-cvslog mailing list