diff --git a/modules/audio_coding/neteq/tools/neteq_rtpplay.cc b/modules/audio_coding/neteq/tools/neteq_rtpplay.cc index 8c1fa38c47..1620ebde6c 100644 --- a/modules/audio_coding/neteq/tools/neteq_rtpplay.cc +++ b/modules/audio_coding/neteq/tools/neteq_rtpplay.cc @@ -370,7 +370,9 @@ class StatsGetter : public NetEqGetAudioCallback { stats_.push_back(stats); } const auto lifetime_stat = neteq->GetLifetimeStatistics(); - if (current_concealment_event_ != lifetime_stat.concealment_events) { + if (current_concealment_event_ != lifetime_stat.concealment_events && + voice_concealed_samples_until_last_event_ < + lifetime_stat.voice_concealed_samples) { if (last_event_end_time_ms_ > 0) { // Do not account for the first event to avoid start of the call // skewing.