Remove clock drift metric from NetEq.
This metric is not used anywhere and is not calculated correctly when the delay manager is in relative arrival delay mode. Bug: webrtc:10333 Change-Id: Iac79ab40b79b17802ad9d626c130e82f761bae26 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150786 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29037}
This commit is contained in:
committed by
Commit Bot
parent
5b4fcb5bf6
commit
65024d9620
@ -51,8 +51,6 @@ struct NetEqNetworkStatistics {
|
||||
// decoding (in Q14).
|
||||
uint16_t secondary_discarded_rate; // Fraction of discarded FEC/RED data (in
|
||||
// Q14).
|
||||
int32_t clockdrift_ppm; // Average clock-drift in parts-per-million
|
||||
// (positive or negative).
|
||||
size_t added_zero_samples; // Number of zero samples added in "off" mode.
|
||||
// Statistics for packet waiting times, i.e., the time between a packet
|
||||
// arrives until it is decoded.
|
||||
|
||||
Reference in New Issue
Block a user