Clean up old field trial options in NetEq decision logic.

Bug: webrtc:10736
Change-Id: I6cb30db450a281f922c9ddf5ec85fc08dbcc7ed1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256969
Reviewed-by: Minyue Li <minyue@webrtc.org>
Commit-Queue: Jakob Ivarsson‎ <jakobi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36373}
This commit is contained in:
Jakob Ivarsson
2022-03-28 16:06:37 +02:00
committed by WebRTC LUCI CQ
parent ea4cefa3a7
commit e6aabd0ef0
3 changed files with 21 additions and 56 deletions

View File

@ -191,8 +191,6 @@ class DecisionLogic : public NetEqController {
int time_stretched_cn_samples_ = 0;
bool last_pack_cng_or_dtmf_ = true;
bool buffer_flush_ = false;
FieldTrialParameter<bool> estimate_dtx_delay_;
FieldTrialParameter<bool> time_stretch_cn_;
FieldTrialConstrained<int> target_level_window_ms_;
};