mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-18 11:00:09 +00:00
rearrange dimensions of pre_mantissa array
Originally committed as revision 14514 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
42a45a03e7
commit
a42c895207
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user