Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
index 3bda93b92901db64061ee8a628b761ddd2a07dac..4808a4e7eadc984ac1a6591df1de5fab11ab9acb 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
@@ -17,6 +17,7 @@ |
#include "webrtc/base/criticalsection.h" |
#include "webrtc/base/gtest_prod_util.h" |
+#include "webrtc/base/optional.h" |
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h" |
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h" |
#include "webrtc/modules/rtp_rtcp/source/packet_loss_stats.h" |
@@ -97,6 +98,8 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp { |
void SetRtxSendPayloadType(int payload_type, |
int associated_payload_type) override; |
+ rtc::Optional<uint32_t> FlexfecSsrc() const override; |
+ |
// Sends kRtcpByeCode when going from true to false. |
int32_t SetSendingStatus(bool sending) override; |