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

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

Issue 2513633002: Revert of Stop using hardcoded payload types for video codecs (Closed)
Patch Set: 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
« no previous file with comments | « webrtc/media/base/mediaconstants.h ('k') | webrtc/media/engine/internalencoderfactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/mediaconstants.cc
diff --git a/webrtc/media/base/mediaconstants.cc b/webrtc/media/base/mediaconstants.cc
index bce252195a24e69bbab1d3d56b0ff5dfe2cd665e..5acd8cdb019b05d315618ede8908d67f7cf6ad82 100644
--- a/webrtc/media/base/mediaconstants.cc
+++ b/webrtc/media/base/mediaconstants.cc
@@ -108,5 +108,17 @@
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 kDefaultRtxH264ConstrainedBaselinePlType = 99;
+const int kDefaultRtxH264ConstrainedHighPlType = 102;
+
const int kDefaultVideoMaxFramerate = 60;
} // namespace cricket
« no previous file with comments | « webrtc/media/base/mediaconstants.h ('k') | webrtc/media/engine/internalencoderfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698