| 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 0b19310b84d8fe80f12084c13cf4f0403737c75c..ba7048bb21ff93aa3c6ae07de66ffd8f22f69545 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) <
|
|
|