Index: webrtc/modules/remote_bitrate_estimator/inter_arrival.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc b/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc |
index f75bc2b03ea8ddceee635058cd28dc46615d7c9c..1b7ce07583d4250083873f78c3fc92dd05a9093d 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc |
@@ -18,7 +18,7 @@ |
namespace webrtc { |
-static const int kBurstDeltaThresholdMs = 5; |
+static const int kBurstDeltaThresholdMs = 5; |
InterArrival::InterArrival(uint32_t timestamp_group_length_ticks, |
double timestamp_to_ms_coeff, |