| Index: webrtc/modules/audio_coding/codecs/ilbc/constants.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/constants.c b/webrtc/modules/audio_coding/codecs/ilbc/constants.c
|
| index f726ae2a6f42d058c2f67e8fc0894999f5d1be9c..9e341942e66a415faac1e2be224387379f103320 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/constants.c
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/constants.c
|
| @@ -647,7 +647,7 @@ const int16_t WebRtcIlbcfix_kEnhWt[3] = {
|
| 4800, 16384, 27968 /* Q16 */
|
| };
|
|
|
| -const int16_t WebRtcIlbcfix_kEnhPlocs[ENH_NBLOCKS_TOT] = {
|
| +const size_t WebRtcIlbcfix_kEnhPlocs[ENH_NBLOCKS_TOT] = {
|
| 160, 480, 800, 1120, 1440, 1760, 2080, 2400 /* Q(-2) */
|
| };
|
|
|
|
|