Source code
Revision control
Copy as Markdown
Other Tools
From: Randell Jesup <rjesup@mozilla.com>
Date: Tue, 1 Oct 2024 21:28:00 +0000
r=mjf,webrtc-reviewers
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/fd7a2f8d10cf9d6e862b8f8bb8e675f0d9ddb4bf
---
modules/audio_processing/aec3/echo_canceller3.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_processing/aec3/echo_canceller3.cc b/modules/audio_processing/aec3/echo_canceller3.cc
index 00010ceaea..4b3747e92b 100644
--- a/modules/audio_processing/aec3/echo_canceller3.cc
+++ b/modules/audio_processing/aec3/echo_canceller3.cc
@@ -781,7 +781,7 @@ EchoCanceller3::EchoCanceller3(
linear_output_framer_.reset(
new BlockFramer(/*num_bands=*/1, num_capture_channels_));
linear_output_block_ =
- std::make_unique<Block>(/*num_bands=*/1, num_capture_channels_),
+ std::make_unique<Block>(/*num_bands=*/1, num_capture_channels_);
linear_output_sub_frame_view_ =
std::vector<std::vector<rtc::ArrayView<float>>>(
1, std::vector<rtc::ArrayView<float>>(num_capture_channels_));