| 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 5e98b88ff46263997aa93271d7a2ba1fc42d4072..7f8661bae89b7bf47fe02ec230f2e29df29942c3 100644 | 
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.cc | 
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.cc | 
| @@ -831,6 +831,7 @@ int NetEqImpl::GetAudioInternal(AudioFrame* audio_frame, bool* muted) { | 
| : timestamp_scaler_->ToExternal(playout_timestamp_) - | 
| static_cast<uint32_t>(audio_frame->samples_per_channel_); | 
| audio_frame->num_channels_ = sync_buffer_->Channels(); | 
| +    stats_.ExpandedNoiseSamples(output_size_samples_); | 
| *muted = true; | 
| return 0; | 
| } | 
|  |