Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/ltp.c')
-rw-r--r--libspeex/ltp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeex/ltp.c b/libspeex/ltp.c
index d07ade1..3297313 100644
--- a/libspeex/ltp.c
+++ b/libspeex/ltp.c
@@ -421,7 +421,7 @@ int scaledown
iir_mem16(e, ak, e, nsf, p, mm, stack);
for (j=0;j<p;j++)
mm[j] = 0;
- filter_mem16(e, awk1, awk2, e, nsf, p, mm, stack);
+ filter10(e, awk1, awk2, e, nsf, mm, stack);
for (j=0;j<nsf;j++)
x[2][j] = e[j];
}