Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h |
index 96a49a72e0718e232215bb1e70703631c6d9d5d2..82b6adbd68c10e689487034ea9f9f14fd079c139 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h |
@@ -113,14 +113,12 @@ class RTCPSender { |
RTCPPacketType packetType, |
int32_t nackSize = 0, |
const uint16_t* nackList = 0, |
- bool repeat = false, |
uint64_t pictureID = 0); |
int32_t SendCompoundRTCP(const FeedbackState& feedback_state, |
const std::set<RTCPPacketType>& packetTypes, |
int32_t nackSize = 0, |
const uint16_t* nackList = 0, |
- bool repeat = false, |
uint64_t pictureID = 0); |
bool REMB() const; |