diff options
author | Ian Braithwaite <ian@braithwaite.dk> | 2007-04-04 13:49:55 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2007-04-04 13:49:55 +0000 |
commit | 5bd526d9ad964fa4f92ce58397fc0ed9c89dd35f (patch) | |
tree | 29508ee2bf8c9dac6103c6193b11839cfccbd789 /libavcodec/wma.h | |
parent | 047549d382218b292afb1ac03bb24c068d1e9e46 (diff) | |
download | ffmpeg-5bd526d9ad964fa4f92ce58397fc0ed9c89dd35f.tar.gz |
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
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r-- | libavcodec/wma.h | 1 |
1 files changed, 1 insertions, 0 deletions
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]; |