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

Unified Diff: webrtc/video/screenshare_loopback.cc

Issue 1194533002: Add temporal-layers option to video_loopback. (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
« no previous file with comments | « webrtc/video/loopback.cc ('k') | webrtc/video/video_loopback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/screenshare_loopback.cc
diff --git a/webrtc/video/screenshare_loopback.cc b/webrtc/video/screenshare_loopback.cc
index 2ac3b2985e1038634eaf86b7f8642b1a6c16ba38..c0f96d4ff8f045bc59d6a3af28381512bee55c8b 100644
--- a/webrtc/video/screenshare_loopback.cc
+++ b/webrtc/video/screenshare_loopback.cc
@@ -159,6 +159,7 @@ void Loopback() {
flags::MaxBitrate(),
flags::MinTransmitBitrate(),
flags::Codec(),
+ 0, // Default number of temporal layers.
flags::LossPercent(),
flags::LinkCapacity(),
flags::QueueSize(),
« no previous file with comments | « webrtc/video/loopback.cc ('k') | webrtc/video/video_loopback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698