| Index: webrtc/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c b/webrtc/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c
|
| index fad817065238e1507cf3833c99c250b68649a88c..06ab2e7190af440560d685255304180bdb57103e 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c
|
| @@ -34,7 +34,8 @@ void WebRtcIlbcfix_DecoderInterpolateLsp(
|
| IlbcDecoder *iLBCdec_inst
|
| /* (i) the decoder state structure */
|
| ){
|
| - int i, pos, lp_length;
|
| + size_t i;
|
| + int pos, lp_length;
|
| int16_t lp[LPC_FILTERORDER + 1], *lsfdeq2;
|
|
|
| lsfdeq2 = lsfdeq + length;
|
|
|