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

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

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
« no previous file with comments | « no previous file | talk/media/base/constants.cc » ('j') | webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/constants.h
diff --git a/talk/media/base/constants.h b/talk/media/base/constants.h
index 706a7bdc8709e0c1297047403d388506f5e58147..643c6ddb6d79c78fafc68d5e6d7b5e4c3ec455af 100644
--- a/talk/media/base/constants.h
+++ b/talk/media/base/constants.h
@@ -174,6 +174,8 @@ extern const int kDefaultH264PlType;
extern const int kDefaultRedPlType;
extern const int kDefaultUlpfecType;
extern const int kDefaultRtxVp8PlType;
+extern const int kDefaultRtxVp9PlType;
+extern const int kDefaultRtxRedPlType;
extern const int kDefaultVideoMaxWidth;
extern const int kDefaultVideoMaxHeight;
« no previous file with comments | « no previous file | talk/media/base/constants.cc » ('j') | webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698