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:
parent
e749c9ebdb
commit
38bf249049
@ -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_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user