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

Unified Diff: webrtc/video/full_stack.cc

Issue 1193513006: In screenshare mode, suppress VP8 bitrate overshoot and increase quality (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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
Index: webrtc/video/full_stack.cc
diff --git a/webrtc/video/full_stack.cc b/webrtc/video/full_stack.cc
index 63341b1c2e15230281ce1b0ffcc07ff2f14bf5bf..f0c5d7985e7e7b0cc54562a5168e1f8ea8e4a091 100644
--- a/webrtc/video/full_stack.cc
+++ b/webrtc/video/full_stack.cc
@@ -649,8 +649,8 @@ TEST_F(FullStackTest, ScreenshareSlides) {
{"screenshare_slides", 1850, 1110, 5},
true,
50000,
- 100000,
- 1000000,
+ 200000,
+ 2000000,
0.0,
0.0,
kFullStackTestDurationSecs};

Powered by Google App Engine
This is Rietveld 408576698