summaryrefslogtreecommitdiff
path: root/codecs/ilbc/helpfun.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/ilbc/helpfun.c')
-rwxr-xr-xcodecs/ilbc/helpfun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/ilbc/helpfun.c b/codecs/ilbc/helpfun.c
index 8788e7894..936afd614 100755
--- a/codecs/ilbc/helpfun.c
+++ b/codecs/ilbc/helpfun.c
@@ -42,7 +42,7 @@ void autocorr(
* window multiplication
*---------------------------------------------------------------*/
-void window(
+void lbc_window(
float *z, /* (o) the windowed data */
const float *x, /* (i) the original data vector */
const float *y, /* (i) the window */