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 <srte@webrtc.org>
Commit-Queue: Christoffer Rodbro <crodbro@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27347}
This commit is contained in:
Christoffer Rodbro
2019-03-28 15:59:26 +01:00
committed by Commit Bot
parent 9d766b91df
commit 90d782619e

View File

@ -74,7 +74,7 @@ AimdRateControl::AimdRateControl()
low_throughput_threshold_("low_throughput", DataRate::Zero()) { low_throughput_threshold_("low_throughput", DataRate::Zero()) {
// E.g // E.g
// WebRTC-BweAimdRateControlConfig/initial_backoff_interval:100ms, // WebRTC-BweAimdRateControlConfig/initial_backoff_interval:100ms,
// critical_low_bitrate:100kbps/ // low_throughput:50kbps/
ParseFieldTrial({&initial_backoff_interval_, &low_throughput_threshold_}, ParseFieldTrial({&initial_backoff_interval_, &low_throughput_threshold_},
field_trial::FindFullName("WebRTC-BweAimdRateControlConfig")); field_trial::FindFullName("WebRTC-BweAimdRateControlConfig"));
if (initial_backoff_interval_) { if (initial_backoff_interval_) {