| Index: webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c b/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c
|
| index 4957142145c4c5896bb8016d546e644d342fae56..376dbbb668ab12bbf36ae63c5636c65b194da886 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c
|
| @@ -22,7 +22,7 @@
|
| void WebRtcIlbcfix_InterpolateSamples(
|
| int16_t *interpSamples, /* (o) The interpolated samples */
|
| int16_t *CBmem, /* (i) The CB memory */
|
| - int16_t lMem /* (i) Length of the CB memory */
|
| + size_t lMem /* (i) Length of the CB memory */
|
| ) {
|
| int16_t *ppi, *ppo, i, j, temp1, temp2;
|
| int16_t *tmpPtr;
|
|
|