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

Unified Diff: webrtc/media/engine/webrtcvideoengine.cc

Issue 2941023002: Use the same QP max for tests as in production (Closed)
Patch Set: deps Created 3 years, 6 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/engine/webrtcvideoengine.h ('k') | webrtc/video/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/webrtcvideoengine.cc
diff --git a/webrtc/media/engine/webrtcvideoengine.cc b/webrtc/media/engine/webrtcvideoengine.cc
index 852fa3944e9e275b24a9b09106516ed8464b0a5c..89534b00e123a1b9c8c2619c944a30e90f81d8ba 100644
--- a/webrtc/media/engine/webrtcvideoengine.cc
+++ b/webrtc/media/engine/webrtcvideoengine.cc
@@ -362,7 +362,7 @@ const int kVideoRtpBufferSize = 65536;
// duration hasn't been implemented.
static const int kNackHistoryMs = 1000;
-static const int kDefaultQpMax = 56;
+constexpr int WebRtcVideoChannel::kDefaultQpMax;
mflodman1 2017/06/15 12:41:16 Can skip this one, due to the one in the header.
sprang_webrtc 2017/06/15 12:45:12 Done.
static const int kDefaultRtcpReceiverReportSsrc = 1;
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine.h ('k') | webrtc/video/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698