Index: webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h b/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h |
index e73d414d44aec93aa0c1c6bd684b483d973991bc..6c181bd0e1069c4b3e78ea74291abf76d6fde58d 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h |
@@ -22,7 +22,7 @@ |
void WebRtcIlbcfix_CbMemEnergyAugmentation( |
int16_t *interpSamples, /* (i) The interpolated samples */ |
int16_t *CBmem, /* (i) The CB memory */ |
- 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 *energyW16, /* (o) Energy in the CB vectors */ |
int16_t *energyShifts /* (o) Shift value of the energy */ |