Video loopback avg_burst_loss_length default parameter fix.
BUG= R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/2029013002 . Cr-Commit-Position: refs/heads/master@{#13005}
This commit is contained in:
parent
01cdab1922
commit
cb7b44975f
@ -101,7 +101,9 @@ int LossPercent() {
|
||||
return static_cast<int>(FLAGS_loss_percent);
|
||||
}
|
||||
|
||||
DEFINE_int32(avg_burst_loss_length, 1, "Average burst length of lost packets.");
|
||||
DEFINE_int32(avg_burst_loss_length,
|
||||
-1,
|
||||
"Average burst length of lost packets.");
|
||||
int AvgBurstLossLength() {
|
||||
return static_cast<int>(FLAGS_avg_burst_loss_length);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user