summaryrefslogtreecommitdiff
path: root/codecs/ilbc/doCPLC.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/ilbc/doCPLC.c')
-rwxr-xr-xcodecs/ilbc/doCPLC.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/codecs/ilbc/doCPLC.c b/codecs/ilbc/doCPLC.c
index 0b0083b09..863d6e0ed 100755
--- a/codecs/ilbc/doCPLC.c
+++ b/codecs/ilbc/doCPLC.c
@@ -15,13 +15,14 @@
#include <string.h>
#include "iLBC_define.h"
+#include "doCPLC.h"
/*----------------------------------------------------------------*
* Compute cross correlation and pitch gain for pitch prediction
* of last subframe at given lag.
*---------------------------------------------------------------*/
-void compCorr(
+static void compCorr(
float *cc, /* (o) cross correlation coefficient */
float *gc, /* (o) gain */
float *buffer, /* (i) signal buffer */