Remove unused field trial WebRTC-JitterUpperBound

Bug: webrtc:9898
Change-Id: I89f2baca9b96fc00fc73d24086e7c6f5ed8307a8
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/269401
Reviewed-by: Emil Lundmark <lndmrk@webrtc.org>
Auto-Submit: Erik Språng <sprang@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37620}
This commit is contained in:
Erik Språng
2022-07-26 10:42:08 +02:00
committed by WebRTC LUCI CQ
parent 6e7c2685e3
commit 93b107d0f0
9 changed files with 18 additions and 162 deletions

View File

@ -148,7 +148,6 @@ class JitterEstimator {
// Tracks frame rates in microseconds.
rtc::RollingAccumulator<uint64_t> fps_counter_;
const double time_deviation_upper_bound_;
const bool enable_reduced_delay_;
Clock* clock_;
};