Index: webrtc/modules/audio_coding/test/TestStereo.cc |
diff --git a/webrtc/modules/audio_coding/test/TestStereo.cc b/webrtc/modules/audio_coding/test/TestStereo.cc |
index 9bf560d3237fa3fd2b2c76d738247e53aa8ababc..85a2ae283b217f8abbb9e66efc115f4ea26640f0 100644 |
--- a/webrtc/modules/audio_coding/test/TestStereo.cc |
+++ b/webrtc/modules/audio_coding/test/TestStereo.cc |
@@ -792,7 +792,9 @@ void TestStereo::Run(TestPackStereo* channel, int in_channels, int out_channels, |
} |
// Run received side of ACM |
- EXPECT_EQ(0, acm_b_->PlayoutData10Ms(out_freq_hz_b, &audio_frame)); |
+ bool muted; |
+ EXPECT_EQ(0, acm_b_->PlayoutData10Ms(out_freq_hz_b, &audio_frame, &muted)); |
+ ASSERT_FALSE(muted); |
// Write output speech to file |
out_file_.Write10MsData( |