Index: webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c b/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c |
index 2b7e082068665a782cbcd175e05f647656ee43bc..f8a09334f215cf4483a2e9dad5a01b9f0ad1bd32 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c |
@@ -34,7 +34,7 @@ void WebRtcIlbcfix_CbMemEnergy( |
int16_t lTarget, /* (i) Length of the target vector */ |
int16_t *energyW16, /* (o) Energy in the CB vectors */ |
int16_t *energyShifts, /* (o) Shift value of the energy */ |
- int scale, /* (i) The scaling of all energy values */ |
+ int16_t scale, /* (i) The scaling of all energy values */ |
int16_t base_size /* (i) Index to where the energy values should be stored */ |
) { |
int16_t *ppi, *ppo, *pp; |