Chromium Code Reviews

Unified Diff: webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc

Issue 2784023002: Major AEC3 render pipeline changes (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc
diff --git a/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc b/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc
index d46eba571b88f0ace7be72d711eef3fcf4f353b3..c9dd864ee9d6c01db7f38008c85a634ed19f5f28 100644
--- a/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc
+++ b/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_unittest.cc
@@ -10,6 +10,9 @@
#include "webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h"
+// TODO(peah): Reactivate once the next CL has landed.
peah-webrtc 2017/03/30 05:36:55 Since the changes in this CL breaks the code in th
+#if 0
+
#include <algorithm>
#include <numeric>
#include <string>
@@ -217,3 +220,5 @@ TEST(AdaptiveFirFilter, FilterAndAdapt) {
}
} // namespace aec3
} // namespace webrtc
+
+#endif

Powered by Google App Engine