Index: webrtc/modules/audio_coding/test/opus_test.cc |
diff --git a/webrtc/modules/audio_coding/test/opus_test.cc b/webrtc/modules/audio_coding/test/opus_test.cc |
index 104b5e587b23c08c8fd1394242aafa1462b274bb..5d250280f45c81e60c7ffc483f1212cc9aea534e 100644 |
--- a/webrtc/modules/audio_coding/test/opus_test.cc |
+++ b/webrtc/modules/audio_coding/test/opus_test.cc |
@@ -336,7 +336,10 @@ void OpusTest::Run(TestPackStereo* channel, size_t channels, int bitrate, |
} |
// Run received side of ACM. |
- ASSERT_EQ(0, acm_receiver_->PlayoutData10Ms(out_freq_hz_b, &audio_frame)); |
+ bool muted; |
+ ASSERT_EQ( |
+ 0, acm_receiver_->PlayoutData10Ms(out_freq_hz_b, &audio_frame, &muted)); |
+ ASSERT_FALSE(muted); |
// Write output speech to file. |
out_file_.Write10MsData( |