| Index: webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c
|
| index 75ae542be06bc0b9fcd441ed878c68e0a2e84f13..d2cfb3a9543558c4638c7164bada740b03c6f7fc 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c
|
| @@ -309,7 +309,7 @@ int16_t WebRtcIsacfix_DecodePlcImpl(int16_t *signal_out16,
|
| &((ISACdec_obj->plcstr_obj).prevPitchInvIn[FRAMESAMPLES_HALF - lag0]);
|
| minCorr = WEBRTC_SPL_WORD32_MAX;
|
|
|
| - if ( (FRAMESAMPLES_HALF - 2*lag0 - 10) > 0 )
|
| + if ((FRAMESAMPLES_HALF - 10) > 2 * lag0)
|
| {
|
| minIdx = 11;
|
| for( i = 0; i < 21; i++ )
|
|
|