| Index: webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
| diff --git a/webrtc/modules/audio_processing/echo_cancellation_impl.cc b/webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
| index 96e77c59639364800eb02768c357f570b66b43e1..f13ea8bde698d1e425bea4bfe0d6a64d41343eeb 100644
|
| --- a/webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
| +++ b/webrtc/modules/audio_processing/echo_cancellation_impl.cc
|
| @@ -329,8 +329,7 @@ int EchoCancellationImpl::Initialize() {
|
|
|
| void EchoCancellationImpl::SetExtraOptions(const Config& config) {
|
| extended_filter_enabled_ = config.Get<ExtendedFilter>().enabled;
|
| - delay_agnostic_enabled_ = config.Get<DelayAgnostic>().enabled ||
|
| - !config.Get<ReportedDelay>().enabled;
|
| + delay_agnostic_enabled_ = config.Get<DelayAgnostic>().enabled;
|
| Configure();
|
| }
|
|
|
|
|