| Index: webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc
|
| index f0158b972c31b795a876fbc41fd959e0d059eb36..6f57a4ae6b3752a59ee82db12073343583266859 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc
|
| @@ -73,7 +73,7 @@ class NetEqExternalDecoderUnitTest : public test::NetEqExternalDecoderTest {
|
| return -1;
|
| }
|
| payload_size_bytes_ = WebRtcPcm16b_Encode(input_, frame_size_samples_,
|
| - encoded_);;
|
| + encoded_);
|
|
|
| int next_send_time = rtp_generator_->GetRtpHeader(
|
| kPayloadType, frame_size_samples_, &rtp_header_);
|
|
|