| Index: webrtc/modules/audio_coding/codecs/ilbc/state_construct.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/state_construct.h b/webrtc/modules/audio_coding/codecs/ilbc/state_construct.h
|
| index 22d75e2444fbe0ac19b2fb83858ca4d955fcfae4..26319193b8fc04fbf8b5b8c75193043f8401a257 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/state_construct.h
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/state_construct.h
|
| @@ -24,12 +24,12 @@
|
| *---------------------------------------------------------------*/
|
|
|
| void WebRtcIlbcfix_StateConstruct(
|
| - int16_t idxForMax, /* (i) 6-bit index for the quantization of
|
| + size_t idxForMax, /* (i) 6-bit index for the quantization of
|
| max amplitude */
|
| int16_t *idxVec, /* (i) vector of quantization indexes */
|
| int16_t *syntDenum, /* (i) synthesis filter denumerator */
|
| int16_t *Out_fix, /* (o) the decoded state vector */
|
| - int16_t len /* (i) length of a state vector */
|
| + size_t len /* (i) length of a state vector */
|
| );
|
|
|
| #endif
|
|
|