Pass time constanct to bwe smoothing filter.

BUG=webrtc:6443, webrtc:6303

Review-Url: https://codereview.webrtc.org/2518923003
Cr-Commit-Position: refs/heads/master@{#15266}
This commit is contained in:
michaelt
2016-11-28 07:00:18 -08:00
committed by Commit bot
parent ffc61181d8
commit 9abbf5ae4e
28 changed files with 248 additions and 128 deletions

View File

@ -451,7 +451,8 @@ class BitrateObserver : public CongestionController::Observer,
void OnNetworkChanged(uint32_t bitrate_bps,
uint8_t fraction_loss,
int64_t rtt_ms) override {
int64_t rtt_ms,
int64_t probing_interval_ms) override {
last_bitrate_bps_ = bitrate_bps;
bitrate_updated_ = true;
}