summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r--libavcodec/wma.h1
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];