| 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..1b8c506fc0e351d01c64af8779c9624d4a508569 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c
|
| @@ -35,7 +35,7 @@ void WebRtcIlbcfix_CbMemEnergy(
|
| 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 base_size /* (i) Index to where the energy values should be stored */
|
| + int16_t base_size /* (i) Index to where energy values should be stored */
|
| ) {
|
| int16_t *ppi, *ppo, *pp;
|
| int32_t energy, tmp32;
|
|
|