summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libwma/wmadeci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c
index d63a7641c9..d7a836dd97 100644
--- a/apps/codecs/libwma/wmadeci.c
+++ b/apps/codecs/libwma/wmadeci.c
@@ -621,7 +621,7 @@ static void wma_lsp_to_curve_init(WMADecodeContext *s, int frame_len)
621 int ix = 0; 621 int ix = 0;
622 622
623 s->lsp_pow_m_table1 = &vlcbuf3[0]; 623 s->lsp_pow_m_table1 = &vlcbuf3[0];
624 s->lsp_pow_m_table2 = &vlcbuf3[VLCBUF3SIZE]; 624 s->lsp_pow_m_table2 = &vlcbuf3[1<<LSP_POW_BITS];
625 625
626 /*double check this later*/ 626 /*double check this later*/
627 for(i=(1 << LSP_POW_BITS) - 1;i>=0;i--) 627 for(i=(1 << LSP_POW_BITS) - 1;i>=0;i--)