| 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 1d384b750e41382498eda876c37f51de4faeb4e9..f726ae2a6f42d058c2f67e8fc0894999f5d1be9c 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/constants.c
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/constants.c
|
| @@ -593,10 +593,10 @@ const int16_t WebRtcIlbcfix_kAlpha[4]={
|
|
|
| /* Ranges for search and filters at different subframes */
|
|
|
| -const int16_t WebRtcIlbcfix_kSearchRange[5][CB_NSTAGES]={
|
| +const size_t WebRtcIlbcfix_kSearchRange[5][CB_NSTAGES]={
|
| {58,58,58}, {108,44,44}, {108,108,108}, {108,108,108}, {108,108,108}};
|
|
|
| -const int16_t WebRtcIlbcfix_kFilterRange[5]={63, 85, 125, 147, 147};
|
| +const size_t WebRtcIlbcfix_kFilterRange[5]={63, 85, 125, 147, 147};
|
|
|
| /* Gain Quantization for the codebook gains of the 3 stages */
|
|
|
|
|