]> git.sesse.net Git - ffmpeg/commitdiff
cosmetics: move fixed_coeffs into the aligned arrays comment group
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 5 Aug 2009 02:37:49 +0000 (02:37 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 5 Aug 2009 02:37:49 +0000 (02:37 +0000)
Originally committed as revision 19590 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.h

index 8b42f986d7206875c3d31e71823c53a7d529d634..52eb0ef9aa7bf0572e2aad3179a7c55eba847cad 100644 (file)
@@ -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