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

Unified Diff: webrtc/media/base/mediaconstants.cc

Issue 2493133002: Stop using hardcoded payload types for video codecs (Closed)
Patch Set: Addressing comments. Created 4 years, 1 month 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
Index: webrtc/media/base/mediaconstants.cc
diff --git a/webrtc/media/base/mediaconstants.cc b/webrtc/media/base/mediaconstants.cc
index 27fdd2ab1ef725f0a4d1314b4ac27646c46e59e6..bce252195a24e69bbab1d3d56b0ff5dfe2cd665e 100644
--- a/webrtc/media/base/mediaconstants.cc
+++ b/webrtc/media/base/mediaconstants.cc
@@ -108,16 +108,5 @@ const char kH264FmtpLevelAsymmetryAllowed[] = "level-asymmetry-allowed";
const char kH264FmtpPacketizationMode[] = "packetization-mode";
const char kH264ProfileLevelConstrainedBaseline[] = "42e01f";
-const int kDefaultVp8PlType = 100;
-const int kDefaultVp9PlType = 101;
-const int kDefaultH264PlType = 107;
-const int kDefaultRedPlType = 116;
-const int kDefaultUlpfecType = 117;
-const int kDefaultFlexfecPlType = 118;
-const int kDefaultRtxVp8PlType = 96;
-const int kDefaultRtxVp9PlType = 97;
-const int kDefaultRtxRedPlType = 98;
-const int kDefaultRtxH264PlType = 99;
-
const int kDefaultVideoMaxFramerate = 60;
} // namespace cricket

Powered by Google App Engine
This is Rietveld 408576698