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

Unified Diff: webrtc/common_video/bitrate_adjuster.cc

Issue 1914893005: Move BitrateAdjuster into common_video (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « webrtc/common_video/BUILD.gn ('k') | webrtc/common_video/bitrate_adjuster_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/bitrate_adjuster.cc
diff --git a/webrtc/modules/video_coding/bitrate_adjuster.cc b/webrtc/common_video/bitrate_adjuster.cc
similarity index 98%
rename from webrtc/modules/video_coding/bitrate_adjuster.cc
rename to webrtc/common_video/bitrate_adjuster.cc
index b6828ee6e1ebb8479e4f60867cefcb0abf17ab29..9c61120afe2edd825fff8f73e14ed4fd2c689a85 100644
--- a/webrtc/modules/video_coding/bitrate_adjuster.cc
+++ b/webrtc/common_video/bitrate_adjuster.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/video_coding/include/bitrate_adjuster.h"
+#include "webrtc/common_video/include/bitrate_adjuster.h"
#include <cmath>
« no previous file with comments | « webrtc/common_video/BUILD.gn ('k') | webrtc/common_video/bitrate_adjuster_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698