Index: modules/audio_mixer/frame_combiner.cc |
diff --git a/modules/audio_mixer/frame_combiner.cc b/modules/audio_mixer/frame_combiner.cc |
index 80009045292e997d2a9e15c8691fce08a9176d89..9e9bcfafb0db7f1cf0f8df2992b58312519f0708 100644 |
--- a/modules/audio_mixer/frame_combiner.cc |
+++ b/modules/audio_mixer/frame_combiner.cc |
@@ -193,7 +193,7 @@ |
// value '0', because it is only supported in the one channel case and |
// is then updated in the helper functions. |
audio_frame_for_mixing->UpdateFrame( |
- 0, nullptr, samples_per_channel, sample_rate, AudioFrame::kUndefined, |
+ -1, 0, nullptr, samples_per_channel, sample_rate, AudioFrame::kUndefined, |
AudioFrame::kVadUnknown, number_of_channels); |
const bool use_limiter_this_round = use_apm_limiter_ && number_of_streams > 1; |