diff options
Diffstat (limited to 'apps/codecs/libwma/wmadec.h')
-rw-r--r-- | apps/codecs/libwma/wmadec.h | 4 |
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 /* lsp_to_curve tables */ fixed32 lsp_cos_table[BLOCK_MAX_SIZE]; fixed64 lsp_pow_e_table[256]; - fixed64 lsp_pow_m_table1[(1 << LSP_POW_BITS)]; - fixed64 lsp_pow_m_table2[(1 << LSP_POW_BITS)]; + fixed32 lsp_pow_m_table1[(1 << LSP_POW_BITS)]; + fixed32 lsp_pow_m_table2[(1 << LSP_POW_BITS)]; /* State of current superframe decoding */ int bit_offset; |