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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index 889d7dbba1..585e4b0aef 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -147,7 +147,6 @@ typedef struct WMADecodeContext
147 fixed32 noise_mult; /* XXX: suppress that and integrate it in the noise array */ 147 fixed32 noise_mult; /* XXX: suppress that and integrate it in the noise array */
148 /* lsp_to_curve tables */ 148 /* lsp_to_curve tables */
149 fixed32 lsp_cos_table[BLOCK_MAX_SIZE]; 149 fixed32 lsp_cos_table[BLOCK_MAX_SIZE];
150 fixed64 lsp_pow_e_table[256];
151 fixed32 lsp_pow_m_table1[(1 << LSP_POW_BITS)]; 150 fixed32 lsp_pow_m_table1[(1 << LSP_POW_BITS)];
152 fixed32 lsp_pow_m_table2[(1 << LSP_POW_BITS)]; 151 fixed32 lsp_pow_m_table2[(1 << LSP_POW_BITS)];
153 152