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

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: 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 | « no previous file | talk/media/base/constants.cc » ('j') | no next file with comments »
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 3a8c93aaa511bb2d384d6be05db0828e1069cb2e..dbab6181e8fd0e07f31db4cae8f5c663f2596aa5 100644
--- a/talk/media/base/constants.h
+++ b/talk/media/base/constants.h
@@ -172,6 +172,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698