aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/ilbc/helpfun.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/ilbc/helpfun.h')
-rwxr-xr-xcodecs/ilbc/helpfun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/ilbc/helpfun.h b/codecs/ilbc/helpfun.h
index be6e727b7..01edc876b 100755
--- a/codecs/ilbc/helpfun.h
+++ b/codecs/ilbc/helpfun.h
@@ -21,7 +21,7 @@ void autocorr(
int order /* largest lag for calculated autocorrelations */
);
-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 */