comparison ac3dec.h @ 7465:b679a09420c8 libavcodec

use MAX_BLOCKS for array size instead of 6
author jbr
date Sun, 03 Aug 2008 02:16:21 +0000
parents 2062bf984454
children 3cb3c85c8474
comparison
equal deleted inserted replaced
7464:2062bf984454 7465:b679a09420c8
89 int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco) 89 int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco)
90 ///@} 90 ///@}
91 91
92 ///@defgroup aht adaptive hybrid transform 92 ///@defgroup aht adaptive hybrid transform
93 int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu) 93 int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu)
94 int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][6]; ///< pre-IDCT mantissas 94 int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][MAX_BLOCKS]; ///< pre-IDCT mantissas
95 ///@} 95 ///@}
96 96
97 ///@defgroup channel channel 97 ///@defgroup channel channel
98 int fbw_channels; ///< number of full-bandwidth channels 98 int fbw_channels; ///< number of full-bandwidth channels
99 int channels; ///< number of total channels 99 int channels; ///< number of total channels