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

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

Issue 1689543005: Add support for rtx with h264. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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 | « webrtc/media/base/constants.h ('k') | webrtc/media/webrtc/webrtcvideoengine2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/constants.cc
diff --git a/webrtc/media/base/constants.cc b/webrtc/media/base/constants.cc
index ad34488f1f736b19a77f8f37f99a658d83d4bc2e..e3158685d0ff2daac6a3d71177f1d7ded5994871 100644
--- a/webrtc/media/base/constants.cc
+++ b/webrtc/media/base/constants.cc
@@ -124,6 +124,7 @@ const int kDefaultUlpfecType = 117;
const int kDefaultRtxVp8PlType = 96;
const int kDefaultRtxVp9PlType = 97;
const int kDefaultRtxRedPlType = 98;
+const int kDefaultRtxH264PlType = 99;
pbos-webrtc 2016/02/11 09:01:32 This looks safe right now, but can you move consta
stefan-webrtc 2016/02/11 09:28:02 Leaving for follow-up
const int kDefaultVideoMaxWidth = 640;
const int kDefaultVideoMaxHeight = 400;
« no previous file with comments | « webrtc/media/base/constants.h ('k') | webrtc/media/webrtc/webrtcvideoengine2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698