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

Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/479c6364706093d4a863c3514a1031ee4783fb59
---
 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 2158e5775b..ee1f55c156 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,
