aboutsummaryrefslogtreecommitdiff
path: root/talk/media/webrtc/webrtcvoiceengine.h
diff options
context:
space:
mode:
authorHenrik Lundin <henrik.lundin@webrtc.org>2015-06-05 11:04:13 +0200
committerHenrik Lundin <henrik.lundin@webrtc.org>2015-06-05 09:04:20 +0000
commit3fbf3f8841b5460503fb646eaedcb063620434a8 (patch)
tree2c05795aa8fa963e3b5afcf958a233783d3dffe7 /talk/media/webrtc/webrtcvoiceengine.h
parentbdd185faabeed81006cb376c638ca28ad6666d75 (diff)
downloadwebrtc-3fbf3f8841b5460503fb646eaedcb063620434a8.tar.gz
Revert r9378 "Rename APM Config DelayCorrection to ExtendedFilter"
This reverts commit 5f4b7e2873864c61e2ad6d88679dcd5d321bfd16, since it broke some of the build bots. BUG=4696 TBR=bjornv@webrtc.org Review URL: https://codereview.webrtc.org/1166463006 Cr-Commit-Position: refs/heads/master@{#9380}
Diffstat (limited to 'talk/media/webrtc/webrtcvoiceengine.h')
-rw-r--r--talk/media/webrtc/webrtcvoiceengine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h
index 35f2dbc93e..65dde08545 100644
--- a/talk/media/webrtc/webrtcvoiceengine.h
+++ b/talk/media/webrtc/webrtcvoiceengine.h
@@ -266,11 +266,11 @@ class WebRtcVoiceEngine
rtc::CriticalSection signal_media_critical_;
- // Cache received extended_filter_aec, delay_agnostic_aec and experimental_ns
+ // Cache received experimental_aec, delay_agnostic_aec and experimental_ns
// values, and apply them in case they are missing in the audio options. We
// need to do this because SetExtraOptions() will revert to defaults for
// options which are not provided.
- Settable<bool> extended_filter_aec_;
+ Settable<bool> experimental_aec_;
Settable<bool> delay_agnostic_aec_;
Settable<bool> experimental_ns_;
};