Commit 0eb8e853 authored by jbr's avatar jbr

use MAX_BLOCKS for array size instead of 6

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14515 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e7bc2d10
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment