| Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| index 185f6bafcecbc88e92a40786f41f3b5022305286..eb4625413a865a5553fa7e6b9d7bfe162dce4ab7 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| @@ -130,14 +130,6 @@ enum RtxMode {
|
|
|
| const size_t kRtxHeaderSize = 2;
|
|
|
| -struct RTCPSenderInfo {
|
| - uint32_t NTPseconds;
|
| - uint32_t NTPfraction;
|
| - uint32_t RTPtimeStamp;
|
| - uint32_t sendPacketCount;
|
| - uint32_t sendOctetCount;
|
| -};
|
| -
|
| struct RTCPReportBlock {
|
| RTCPReportBlock()
|
| : remoteSSRC(0), sourceSSRC(0), fractionLost(0), cumulativeLost(0),
|
|
|