1
0
Fork 0
firefox/third_party/libwebrtc/moz-patch-stack/0140.patch
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02: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;
{