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

Unified Diff: webrtc/modules/pacing/interval_budget.cc

Issue 2997883002: Video/Screenshare loopback tool.
Patch Set: Rebase Created 3 years, 4 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/modules/pacing/bitrate_prober.cc ('k') | webrtc/modules/pacing/paced_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/pacing/interval_budget.cc
diff --git a/webrtc/modules/pacing/interval_budget.cc b/webrtc/modules/pacing/interval_budget.cc
index 7e4fe0200ac576a604dd18bd1c19a5263e2a6e8e..611d804158e639c358aa01222c8ae6d25520da86 100644
--- a/webrtc/modules/pacing/interval_budget.cc
+++ b/webrtc/modules/pacing/interval_budget.cc
@@ -14,7 +14,7 @@
namespace webrtc {
namespace {
-constexpr int kWindowMs = 500;
+constexpr int kWindowMs = 250;
constexpr int kDeltaTimeMs = 2000;
}
« no previous file with comments | « webrtc/modules/pacing/bitrate_prober.cc ('k') | webrtc/modules/pacing/paced_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698