| Index: webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h b/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h
|
| index 2e9080f401c5f415457dd13e48d0346e702e02cb..b676ef97ad27576aebe362172dc05af9f8442d6f 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.h
|
| @@ -30,8 +30,8 @@ void WebRtcIlbcfix_CbConstruct(
|
| int16_t *index, /* (i) Codebook indices */
|
| int16_t *gain_index, /* (i) Gain quantization indices */
|
| int16_t *mem, /* (i) Buffer for codevector construction */
|
| - int16_t lMem, /* (i) Length of buffer */
|
| - int16_t veclen /* (i) Length of vector */
|
| + size_t lMem, /* (i) Length of buffer */
|
| + size_t veclen /* (i) Length of vector */
|
| );
|
|
|
|
|
|
|