Remove streaming_mode as it is always false.
Change-Id: I489b72985f36fd98413ecf729f7d69476c342851 Bug: webrtc:10618 Change-Id: I489b72985f36fd98413ecf729f7d69476c342851 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/136803 Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Ruslan Burakov <kuddai@google.com> Cr-Commit-Position: refs/heads/master@{#27948}
This commit is contained in:
committed by
Commit Bot
parent
4fd42974b1
commit
0ac1d993be
@ -66,7 +66,6 @@ DecisionLogic::DecisionLogic(int fs_hz,
|
||||
timescale_countdown_(
|
||||
tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1)),
|
||||
num_consecutive_expands_(0) {
|
||||
delay_manager_->set_streaming_mode(false);
|
||||
SetSampleRate(fs_hz, output_size_samples);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user