Source code

Revision control

Copy as Markdown

Other Tools

From: Michael Froman <mfroman@mozilla.com>
Date: Tue, 15 Oct 2024 16:13:00 -0500
Subject: Bug 1924098 - (fix-4e41db264b) our base-toolchains builds need the
struct name to build
---
call/flexfec_receive_stream_impl.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/call/flexfec_receive_stream_impl.cc b/call/flexfec_receive_stream_impl.cc
index bb4122a83f..c70db3d528 100644
--- a/call/flexfec_receive_stream_impl.cc
+++ b/call/flexfec_receive_stream_impl.cc
@@ -114,7 +114,7 @@ FlexfecReceiveStreamImpl::FlexfecReceiveStreamImpl(
recovered_packet_receiver)),
rtp_receive_statistics_(ReceiveStatistics::Create(&env.clock())),
rtp_rtcp_(env,
- {.audio = false,
+ RtpRtcpInterface::Configuration{.audio = false,
.receiver_only = true,
.receive_statistics = rtp_receive_statistics_.get(),
.outgoing_transport = config.rtcp_send_transport,