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

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

Issue 1649493004: Support multiple rtx codecs. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. 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/webrtc/webrtcvideoengine2.cc » ('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 79db026349cdfcc92fbdc20788acad62231ca01c..0e630d054271bd9f1d23b491adac51020e5e4076 100644
--- a/talk/media/base/constants.cc
+++ b/talk/media/base/constants.cc
@@ -139,6 +139,8 @@ const int kDefaultH264PlType = 107;
const int kDefaultRedPlType = 116;
const int kDefaultUlpfecType = 117;
const int kDefaultRtxVp8PlType = 96;
+const int kDefaultRtxVp9PlType = 97;
+const int kDefaultRtxRedPlType = 98;
const int kDefaultVideoMaxWidth = 640;
const int kDefaultVideoMaxHeight = 400;
« no previous file with comments | « talk/media/base/constants.h ('k') | talk/media/webrtc/webrtcvideoengine2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698