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

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

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/app/webrtc/webrtcsession_unittest.cc ('k') | talk/media/base/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/constants.h
diff --git a/talk/media/base/constants.h b/talk/media/base/constants.h
index 706a7bdc8709e0c1297047403d388506f5e58147..3a8c93aaa511bb2d384d6be05db0828e1069cb2e 100644
--- a/talk/media/base/constants.h
+++ b/talk/media/base/constants.h
@@ -162,8 +162,6 @@ extern const char kRtpVideoRotation6BitsHeaderExtensionForTesting[];
extern const int kRtpTransportSequenceNumberHeaderExtensionDefaultId;
extern const char kRtpTransportSequenceNumberHeaderExtension[];
-extern const int kNumDefaultUnsignalledVideoRecvStreams;
-
extern const char kVp8CodecName[];
extern const char kVp9CodecName[];
extern const char kH264CodecName[];
@@ -181,4 +179,3 @@ extern const int kDefaultVideoMaxFramerate;
} // namespace cricket
#endif // TALK_MEDIA_BASE_CONSTANTS_H_
-
« no previous file with comments | « talk/app/webrtc/webrtcsession_unittest.cc ('k') | talk/media/base/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698