[FFmpeg-soc] [soc]: r3658 - aacenc/aac.h
kostya
subversion at mplayerhq.hu
Thu Aug 28 12:57:29 CEST 2008
Author: kostya
Date: Thu Aug 28 12:57:29 2008
New Revision: 3658
Log:
8l Forgot to expand ms_mask array
Modified:
aacenc/aac.h
Modified: aacenc/aac.h
==============================================================================
--- aacenc/aac.h (original)
+++ aacenc/aac.h Thu Aug 28 12:57:29 2008
@@ -229,7 +229,7 @@ typedef struct {
// CPE specific
int common_window; ///< Set if channels share a common 'IndividualChannelStream' in bitstream.
int ms_mode; ///< Signals mid/side stereo flags coding mode (used by encoder)
- uint8_t ms_mask[120]; ///< Set if mid/side stereo is used for each scalefactor window band
+ uint8_t ms_mask[128]; ///< Set if mid/side stereo is used for each scalefactor window band
// shared
SingleChannelElement ch[2];
// CCE specific
More information about the FFmpeg-soc
mailing list