From 206e883e78fe6bb5d65b150b757d7a9af76f472e Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Thu, 2 Aug 2007 04:47:33 +0000 Subject: Initial attept at supporting Line Spectral Pairs. Various issues remain, and the ffmpeg decoder itself often fails on certain valid LSP files. Expect some issues. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14134 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/wmadec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libwma/wmadec.h') 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; -- cgit v1.2.3