From 5bd526d9ad964fa4f92ce58397fc0ed9c89dd35f Mon Sep 17 00:00:00 2001 From: Ian Braithwaite Date: Wed, 4 Apr 2007 13:49:55 +0000 Subject: 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 Originally committed as revision 8627 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wma.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wma.h') diff --git a/libavcodec/wma.h b/libavcodec/wma.h index cd4daa7e58..e9b0cd3789 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -107,6 +107,7 @@ typedef struct WMACodecContext { 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]; -- cgit v1.2.3