Index: webrtc/modules/audio_coding/acm2/acm_receiver.cc |
diff --git a/webrtc/modules/audio_coding/acm2/acm_receiver.cc b/webrtc/modules/audio_coding/acm2/acm_receiver.cc |
index 89eee00fc37edc10d715f1720ff193688d863b8d..f1c085f5058424355805b0e9f9f398310640af79 100644 |
--- a/webrtc/modules/audio_coding/acm2/acm_receiver.cc |
+++ b/webrtc/modules/audio_coding/acm2/acm_receiver.cc |
@@ -100,7 +100,6 @@ int AcmReceiver::InsertPacket(const WebRtcRTPHeader& rtp_header, |
last_audio_decoder_ = ci; |
last_packet_sample_rate_hz_ = rtc::Optional<int>(ci->plfreq); |
} |
- |
} // |crit_sect_| is released. |
if (neteq_->InsertPacket(rtp_header, incoming_payload, receive_timestamp) < |