| Index: webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc b/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc
|
| index 496e8c9f29c95d8b7894e6f7f41bf4a32531d9e0..c56499122cdc6362a5fb60ac8dd4b1d811dda008 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ReleaseTest-API.cc
|
| @@ -45,15 +45,14 @@ int main(int argc, char* argv[]) {
|
| int i, errtype, VADusage = 0, packetLossPercent = 0;
|
| int16_t CodingMode;
|
| int32_t bottleneck = 0;
|
| - int framesize = 30; /* ms */
|
| + int16_t framesize = 30; /* ms */
|
| int cur_framesmpls, err;
|
|
|
| /* Runtime statistics */
|
| double starttime, runtime, length_file;
|
|
|
| int16_t stream_len = 0;
|
| - int declen = 0, declenTC = 0;
|
| - int16_t lostFrame = 0;
|
| + int16_t declen = 0, lostFrame = 0, declenTC = 0;
|
|
|
| int16_t shortdata[SWBFRAMESAMPLES_10ms];
|
| int16_t vaddata[SWBFRAMESAMPLES_10ms * 3];
|
|
|