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

Unified Diff: webrtc/common_audio/smoothing_filter.cc

Issue 2520003005: Reland "Move smoothing filter to common audio". (Closed)
Patch Set: fixing Created 4 years, 1 month 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/common_audio/smoothing_filter.cc
diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter.cc b/webrtc/common_audio/smoothing_filter.cc
similarity index 96%
rename from webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter.cc
rename to webrtc/common_audio/smoothing_filter.cc
index 8a8106918a9366310df7a434c4e28a383fcf8c23..1cf9580d2adfeea7821b36e759651b8b2cd58281 100644
--- a/webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter.cc
+++ b/webrtc/common_audio/smoothing_filter.cc
@@ -10,7 +10,7 @@
#include <cmath>
-#include "webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter.h"
+#include "webrtc/common_audio/smoothing_filter.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698