summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/lsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/lsp.c')
-rw-r--r--apps/codecs/libspeex/lsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/lsp.c b/apps/codecs/libspeex/lsp.c
index 3973554cfb..edf480e8bc 100644
--- a/apps/codecs/libspeex/lsp.c
+++ b/apps/codecs/libspeex/lsp.c
@@ -409,6 +409,7 @@ void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
409/* float *ak array of LPC coefficients */ 409/* float *ak array of LPC coefficients */
410/* int lpcrdr order of LPC coefficients */ 410/* int lpcrdr order of LPC coefficients */
411{ 411{
412 (void)stack;
412 int i,j; 413 int i,j;
413 spx_word32_t xout1,xout2,xin; 414 spx_word32_t xout1,xout2,xin;
414 spx_word32_t mult, a; 415 spx_word32_t mult, a;