Source code

Revision control

Copy as Markdown

Other Tools

From: Michael Froman <mfroman@mozilla.com>
Date: Mon, 13 Jan 2025 08:14:00 -0600
Subject: Bug 1942428 - (fix-69cc695699) uncomment an arg that upstream thinks
is unused
---
modules/rtp_rtcp/source/rtcp_sender.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rtp_rtcp/source/rtcp_sender.cc b/modules/rtp_rtcp/source/rtcp_sender.cc
index ccb145412e..7bbd5ba0e7 100644
--- a/modules/rtp_rtcp/source/rtcp_sender.cc
+++ b/modules/rtp_rtcp/source/rtcp_sender.cc
@@ -221,7 +221,7 @@ bool RTCPSender::Sending() const {
return sending_;
}
-void RTCPSender::SetSendingStatus(const FeedbackState& /* feedback_state */,
+void RTCPSender::SetSendingStatus(const FeedbackState& feedback_state,
bool sending) {
bool sendRTCPBye = false;
{