Skip to content
Snippets Groups Projects
Commit a42c8952 authored by Justin Ruggles's avatar Justin Ruggles
Browse files

rearrange dimensions of pre_mantissa array

Originally committed as revision 14514 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 42a45a03
No related branches found
No related tags found
No related merge requests found
......@@ -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[6][AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< pre-IDCT mantissas
int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][6]; ///< pre-IDCT mantissas
///@}
///@defgroup channel channel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment