| Index: webrtc/modules/audio_coding/codecs/ilbc/get_sync_seq.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/get_sync_seq.h b/webrtc/modules/audio_coding/codecs/ilbc/get_sync_seq.h
|
| index f9b08b750e3ef1b158e1566192dc279fa2e6484c..5b59f9856366a6e47e10fc3334a03ed65f090ffc 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/get_sync_seq.h
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/get_sync_seq.h
|
| @@ -31,7 +31,7 @@ void WebRtcIlbcfix_GetSyncSeq(
|
| int16_t centerStartPos, /* (i) where current block starts */
|
| int16_t *period, /* (i) rough-pitch-period array (Q-2) */
|
| int16_t *plocs, /* (i) where periods of period array are taken (Q-2) */
|
| - int16_t periodl, /* (i) dimension period array */
|
| + size_t periodl, /* (i) dimension period array */
|
| int16_t hl, /* (i) 2*hl+1 is the number of sequences */
|
| int16_t *surround /* (i/o) The contribution from this sequence
|
| summed with earlier contributions */
|
|
|