summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmadec.h')
-rw-r--r--apps/codecs/libwma/wmadec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index a3e4acdc94..8ae49eed0c 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -153,8 +153,8 @@ typedef struct WMADecodeContext
153 /* lsp_to_curve tables */ 153 /* lsp_to_curve tables */
154 fixed32 lsp_cos_table[BLOCK_MAX_SIZE]; 154 fixed32 lsp_cos_table[BLOCK_MAX_SIZE];
155 fixed64 lsp_pow_e_table[256]; 155 fixed64 lsp_pow_e_table[256];
156 fixed64 lsp_pow_m_table1[(1 << LSP_POW_BITS)]; 156 fixed32 lsp_pow_m_table1[(1 << LSP_POW_BITS)];
157 fixed64 lsp_pow_m_table2[(1 << LSP_POW_BITS)]; 157 fixed32 lsp_pow_m_table2[(1 << LSP_POW_BITS)];
158 158
159 /* State of current superframe decoding */ 159 /* State of current superframe decoding */
160 int bit_offset; 160 int bit_offset;