summaryrefslogtreecommitdiff
path: root/codecs/ilbc
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/ilbc')
-rw-r--r--codecs/ilbc/doCPLC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/ilbc/doCPLC.c b/codecs/ilbc/doCPLC.c
index adbfac71a..9fa4584fe 100644
--- a/codecs/ilbc/doCPLC.c
+++ b/codecs/ilbc/doCPLC.c
@@ -90,7 +90,7 @@
int lag=20, randlag;
float gain, maxcc;
float use_gain;
- float gain_comp, maxcc_comp, per, max_per;
+ float gain_comp, maxcc_comp, per, max_per=0;
int i, pick, use_lag;
float ftmp, randvec[BLOCKL_MAX], pitchfact, energy;