diff --git a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h index 9f436e2bd..a68879acd 100644 --- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h +++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h @@ -48,11 +48,11 @@ struct ReceiveBandwidthEstimatorStats { // |total_propagation_time_delta_ms| is the sum of the propagation_time_deltas // of all received frames, except that it's is adjusted to 0 when it becomes // negative. - int64_t total_propagation_time_delta_ms; + int total_propagation_time_delta_ms; // The propagation_time_deltas for the frames arrived in the last // kProcessIntervalMs using the clock passed to // RemoteBitrateEstimatorFactory::Create. - std::vector recent_propagation_time_delta_ms; + std::vector recent_propagation_time_delta_ms; // The arrival times for the frames arrived in the last kProcessIntervalMs // using the clock passed to RemoteBitrateEstimatorFactory::Create. std::vector recent_arrival_time_ms;