Index: webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c b/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c |
index d8f8c93a880bf4008993f5229afeb8a7d4e1827f..c24b4a6ac0cb48c146e09501056bfea34e65aa66 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c |
@@ -31,7 +31,7 @@ void WebRtcIlbcfix_AugmentedCbCorr( |
int16_t low, /* (i) Lag to start from (typically |
20) */ |
int16_t high, /* (i) Lag to end at (typically 39) */ |
- int16_t scale) /* (i) Scale factor to use for |
+ int scale) /* (i) Scale factor to use for |
the crossDot */ |
{ |
int lagcount; |