trisquel-icecat/icecat/third_party/libwebrtc/moz-patch-stack/0140.patch
2025-10-06 02:35:48 -06:00

23 lines
908 B
Diff

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
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/73f9e0e64eb65e9f2579b0f3eb34b88e2b5e5d74
---
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 d3f80bdf9d..3d6261735b 100644
--- a/modules/rtp_rtcp/source/rtcp_sender.cc
+++ b/modules/rtp_rtcp/source/rtcp_sender.cc
@@ -220,7 +220,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;
{