Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h |
index a6119091ce75f965c69e145dd53555aeafd58383..f02d2322526c6560dcab68bd8cb1fbb04823c89b 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h |
@@ -124,6 +124,7 @@ class RemoteBitrateEstimatorAbsSendTime : public RemoteBitrateEstimator { |
std::unique_ptr<OveruseEstimator> estimator_; |
OveruseDetector detector_; |
RateStatistics incoming_bitrate_; |
+ uint32_t last_valid_incoming_bitrate_; |
stefan-webrtc
2016/06/02 07:16:41
Possibly change this to:
Optional<uint32_t> last_i
sprang_webrtc
2016/06/02 08:09:32
Actually, the way intended to use this (save it to
|
std::vector<int> recent_propagation_delta_ms_; |
std::vector<int64_t> recent_update_time_ms_; |
std::list<Probe> probes_; |