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

jbr subversion
Sun Aug 3 04:16:21 CEST 2008


Author: jbr
Date: Sun Aug  3 04:16:21 2008
New Revision: 14515

Log:
use MAX_BLOCKS for array size instead of 6

Modified:
   trunk/libavcodec/ac3dec.h

Modified: trunk/libavcodec/ac3dec.h
==============================================================================
--- trunk/libavcodec/ac3dec.h	(original)
+++ trunk/libavcodec/ac3dec.h	Sun Aug  3 04:16:21 2008
@@ -91,7 +91,7 @@ typedef struct {
 
 ///@defgroup aht adaptive hybrid transform
     int channel_uses_aht[AC3_MAX_CHANNELS];                 ///< channel AHT in use     (chahtinu)
-    int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][6];   ///< pre-IDCT mantissas
+    int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][MAX_BLOCKS];  ///< pre-IDCT mantissas
 ///@}
 
 ///@defgroup channel channel




More information about the ffmpeg-cvslog mailing list