| Index: webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.h b/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.h
|
| index 586c27d35441cc2e7c3af16d43dfa29fde8458a2..7549d2c216311ab873bbc7b5e9ca01e95a4304bd 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.h
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.h
|
| @@ -28,7 +28,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 */
|
| );
|
|
|
| #endif
|
|
|