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

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: Remove some more code. 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
Index: talk/media/base/constants.cc
diff --git a/talk/media/base/constants.cc b/talk/media/base/constants.cc
index 2361be6f506ed1a236b7fd26e8faa10fd6d532d3..d9edd7be71e43264831617df5b0a2b25acbece3c 100644
--- a/talk/media/base/constants.cc
+++ b/talk/media/base/constants.cc
@@ -141,6 +141,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;

Powered by Google App Engine
This is Rietveld 408576698