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

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

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/BUILD.gn ('k') | webrtc/media/base/mediaconstants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/mediaconstants.h
diff --git a/webrtc/media/base/mediaconstants.h b/webrtc/media/base/mediaconstants.h
index 70080c3a0841fd55a671e9d12506475626f9f367..02a7ba239eba79ccedfeabba74beae44ad8b7732 100644
--- a/webrtc/media/base/mediaconstants.h
+++ b/webrtc/media/base/mediaconstants.h
@@ -130,6 +130,18 @@
extern const char kH264FmtpPacketizationMode[];
extern const char kH264ProfileLevelConstrainedBaseline[];
+extern const int kDefaultVp8PlType;
+extern const int kDefaultVp9PlType;
+extern const int kDefaultH264PlType;
+extern const int kDefaultRedPlType;
+extern const int kDefaultUlpfecType;
+extern const int kDefaultFlexfecPlType;
+extern const int kDefaultRtxVp8PlType;
+extern const int kDefaultRtxVp9PlType;
+extern const int kDefaultRtxRedPlType;
+extern const int kDefaultRtxH264ConstrainedBaselinePlType;
+extern const int kDefaultRtxH264ConstrainedHighPlType;
+
extern const int kDefaultVideoMaxFramerate;
} // namespace cricket
« no previous file with comments | « webrtc/media/BUILD.gn ('k') | webrtc/media/base/mediaconstants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698