[FFmpeg-soc] [soc]: r4425 - wmapro/wma3.h
faust3
subversion at mplayerhq.hu
Thu Jun 11 17:02:28 CEST 2009
Author: faust3
Date: Thu Jun 11 17:02:28 2009
New Revision: 4425
Log:
use int8_t instead of char in WMA3ChannelGroup
Modified:
wmapro/wma3.h
Modified: wmapro/wma3.h
==============================================================================
--- wmapro/wma3.h Thu Jun 11 16:44:04 2009 (r4424)
+++ wmapro/wma3.h Thu Jun 11 17:02:28 2009 (r4425)
@@ -75,8 +75,8 @@ typedef struct {
*/
typedef struct {
uint8_t num_channels; ///< number of channels in the group
- char transform; ///< controls the type of the transform
- char transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band
+ int8_t transform; ///< controls the type of the transform
+ int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band
float decorrelation_matrix[MAX_CHANNELS*MAX_CHANNELS]; ///< decorrelation matrix
float* channel_data[MAX_CHANNELS]; ///< transformation coefficients
} WMA3ChannelGroup;
More information about the FFmpeg-soc
mailing list