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

Unified Diff: webrtc/media/engine/constants.h

Issue 2351633002: Let ViEEncoder handle resolution changes. (Closed)
Patch Set: rebased Created 4 years, 2 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/media/base/fakevideocapturer.h ('k') | webrtc/media/engine/fakewebrtccall.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/constants.h
diff --git a/webrtc/media/engine/constants.h b/webrtc/media/engine/constants.h
index 68a2bc61b8fa4d5a5466afe1259698a63564b2f2..19d06a198c599073fde2e159d46477452873ec17 100644
--- a/webrtc/media/engine/constants.h
+++ b/webrtc/media/engine/constants.h
@@ -18,9 +18,7 @@ extern const int kVideoRtpBufferSize;
extern const char kH264CodecName[];
-extern const int kMinVideoBitrate;
-extern const int kStartVideoBitrate;
-extern const int kMaxVideoBitrate;
+extern const int kMinVideoBitrateKbps;
} // namespace cricket
« no previous file with comments | « webrtc/media/base/fakevideocapturer.h ('k') | webrtc/media/engine/fakewebrtccall.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698