Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: webrtc/modules/audio_processing/audio_processing_unittest.cc

Issue 2887693002: Avoid render resampling when there is no need for render signal analysis. (Closed)
Patch Set: Rebase and fixes of issues occurring on some platforms Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/audio_processing_unittest.cc
diff --git a/webrtc/modules/audio_processing/audio_processing_unittest.cc b/webrtc/modules/audio_processing/audio_processing_unittest.cc
index c56a57b4c3bdf2d96e7425518c67bbee418d59c8..4d97904c6869c25febb77933fc73fbf1760ddf7d 100644
--- a/webrtc/modules/audio_processing/audio_processing_unittest.cc
+++ b/webrtc/modules/audio_processing/audio_processing_unittest.cc
@@ -862,8 +862,6 @@ TEST_F(ApmTest, ChannelsInt16Interface) {
for (size_t i = 1; i < 4; i++) {
TestChangingChannelsInt16Interface(i, kNoErr);
EXPECT_EQ(i, apm_->num_input_channels());
- // We always force the number of reverse channels used for processing to 1.
peah-webrtc 2017/05/19 08:07:47 The changes in this CL breaks this test. As this
- EXPECT_EQ(1u, apm_->num_reverse_channels());
}
}

Powered by Google App Engine
This is Rietveld 408576698