diff wma.h @ 4785:4ae9ab738aec libavcodec

WMA decoder improvement, output closer to the dmo binary. Patch by Ian Braithwaite ian braithwaite dot dk [Ffmpeg-devel] WMA decoder improvement, 2007-03-28 15:50
author banan
date Wed, 04 Apr 2007 13:49:55 +0000
parents 99d9dd34903b
children 4372aeade5dc
line wrap: on
line diff
--- a/wma.h	Wed Apr 04 13:26:26 2007 +0000
+++ b/wma.h	Wed Apr 04 13:49:55 2007 +0000
@@ -107,6 +107,7 @@
     int block_pos;                          ///< current position in frame
     uint8_t ms_stereo;                      ///< true if mid/side stereo mode
     uint8_t channel_coded[MAX_CHANNELS];    ///< true if channel is coded
+    int exponents_bsize[MAX_CHANNELS];      ///< log2 ratio frame/exp. length
     DECLARE_ALIGNED_16(float, exponents[MAX_CHANNELS][BLOCK_MAX_SIZE]);
     float max_exponent[MAX_CHANNELS];
     int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];