Update/delete old TODOs
Bug: webrtc:10198 Change-Id: I0341e068d792bc0b143db86e675988f4cd07ff2e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267822 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37454}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
6183a0fe9a
commit
cb99ccd244
@ -176,7 +176,6 @@ void StreamStatisticianImpl::EnableRetransmitDetection(bool enable) {
|
||||
RtpReceiveStats StreamStatisticianImpl::GetStats() const {
|
||||
RtpReceiveStats stats;
|
||||
stats.packets_lost = cumulative_loss_;
|
||||
// TODO(nisse): Can we return a float instead?
|
||||
// Note: internal jitter value is in Q4 and needs to be scaled by 1/16.
|
||||
stats.jitter = jitter_q4_ >> 4;
|
||||
if (receive_counters_.last_packet_received_timestamp_ms.has_value()) {
|
||||
|
||||
Reference in New Issue
Block a user