| Index: webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.cc b/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| index 3b81999dbba042d4991042a203f5de4b2076a39e..636ae876322c70f7cd4425a308eff819e92e342d 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
| @@ -1874,7 +1874,7 @@ void NetEqImpl::UpdatePlcComponents(int fs_hz, size_t channels) {
|
| // Delete objects and create new ones.
|
| expand_.reset(expand_factory_->Create(background_noise_.get(),
|
| sync_buffer_.get(), &random_vector_,
|
| - fs_hz, channels));
|
| + &stats_, fs_hz, channels));
|
| merge_.reset(new Merge(fs_hz, channels, expand_.get(), sync_buffer_.get()));
|
| }
|
|
|
|
|