Initialize output_will_be_muted_.

TBR=aluebs

Review URL: https://webrtc-codereview.appspot.com/8659004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5546 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2014-02-13 17:43:44 +00:00
parent e749c9ebdb
commit 38bf249049

View File

@ -98,6 +98,7 @@ AudioProcessingImpl::AudioProcessingImpl(const Config& config)
num_reverse_channels_(1),
num_input_channels_(1),
num_output_channels_(1),
output_will_be_muted_(false),
key_pressed_(false) {
echo_cancellation_ = EchoCancellationImplWrapper::Create(this);
component_list_.push_back(echo_cancellation_);