From 90d782619e68ee20343cfa355fdabec93ffd81c2 Mon Sep 17 00:00:00 2001 From: Christoffer Rodbro Date: Thu, 28 Mar 2019 15:59:26 +0100 Subject: [PATCH] Fix a comment reg. use of field trial. Bug: none Change-Id: I284ef1e1b4d0bdaf933646f35176bfd671f9fbc5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130200 Reviewed-by: Sebastian Jansson Commit-Queue: Christoffer Rodbro Cr-Commit-Position: refs/heads/master@{#27347} --- modules/remote_bitrate_estimator/aimd_rate_control.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/remote_bitrate_estimator/aimd_rate_control.cc b/modules/remote_bitrate_estimator/aimd_rate_control.cc index 7cd145b0ee..16b6ac7691 100644 --- a/modules/remote_bitrate_estimator/aimd_rate_control.cc +++ b/modules/remote_bitrate_estimator/aimd_rate_control.cc @@ -74,7 +74,7 @@ AimdRateControl::AimdRateControl() low_throughput_threshold_("low_throughput", DataRate::Zero()) { // E.g // WebRTC-BweAimdRateControlConfig/initial_backoff_interval:100ms, - // critical_low_bitrate:100kbps/ + // low_throughput:50kbps/ ParseFieldTrial({&initial_backoff_interval_, &low_throughput_threshold_}, field_trial::FindFullName("WebRTC-BweAimdRateControlConfig")); if (initial_backoff_interval_) {