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

Unified Diff: talk/media/base/constants.cc

Issue 1642513002: Delete unused members from VideoOptions (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Suggested comment edits. Created 4 years, 11 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 | « talk/media/base/constants.h ('k') | talk/media/base/mediachannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/constants.cc
diff --git a/talk/media/base/constants.cc b/talk/media/base/constants.cc
index 2361be6f506ed1a236b7fd26e8faa10fd6d532d3..79db026349cdfcc92fbdc20788acad62231ca01c 100644
--- a/talk/media/base/constants.cc
+++ b/talk/media/base/constants.cc
@@ -129,8 +129,6 @@ const int kRtpTransportSequenceNumberHeaderExtensionDefaultId = 5;
const char kRtpTransportSequenceNumberHeaderExtension[] =
"http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions";
-const int kNumDefaultUnsignalledVideoRecvStreams = 0;
-
const char kVp8CodecName[] = "VP8";
const char kVp9CodecName[] = "VP9";
const char kH264CodecName[] = "H264";
@@ -146,4 +144,3 @@ const int kDefaultVideoMaxWidth = 640;
const int kDefaultVideoMaxHeight = 400;
const int kDefaultVideoMaxFramerate = 30;
} // namespace cricket
-
« no previous file with comments | « talk/media/base/constants.h ('k') | talk/media/base/mediachannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698