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

Unified Diff: webrtc/common_video/include/bitrate_adjuster.h

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/common_video_unittests.gyp ('k') | webrtc/modules/modules.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/include/bitrate_adjuster.h
diff --git a/webrtc/modules/video_coding/include/bitrate_adjuster.h b/webrtc/common_video/include/bitrate_adjuster.h
similarity index 94%
rename from webrtc/modules/video_coding/include/bitrate_adjuster.h
rename to webrtc/common_video/include/bitrate_adjuster.h
index ec58445ae2750d0e280c2d8a8bfabeb8aa3f9312..1f2474f88b13f6738f797b609e3d18d085141af8 100644
--- a/webrtc/modules/video_coding/include/bitrate_adjuster.h
+++ b/webrtc/common_video/include/bitrate_adjuster.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_VIDEO_CODING_INCLUDE_BITRATE_ADJUSTER_H_
-#define WEBRTC_MODULES_VIDEO_CODING_INCLUDE_BITRATE_ADJUSTER_H_
+#ifndef WEBRTC_COMMON_VIDEO_INCLUDE_BITRATE_ADJUSTER_H_
+#define WEBRTC_COMMON_VIDEO_INCLUDE_BITRATE_ADJUSTER_H_
#include <functional>
@@ -86,4 +86,4 @@ class BitrateAdjuster {
} // namespace webrtc
-#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_BITRATE_ADJUSTER_H_
+#endif // WEBRTC_COMMON_VIDEO_INCLUDE_BITRATE_ADJUSTER_H_
« no previous file with comments | « webrtc/common_video/common_video_unittests.gyp ('k') | webrtc/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698