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;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to