| 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 6676fe0ed48c3991c89d6f0f326cbc8b04658763..648e25dbfec8acb53576298a1307b0df1627168a 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
|
| @@ -161,13 +161,6 @@ struct RTCPReportBlock {
|
| uint32_t delaySinceLastSR;
|
| };
|
|
|
| -struct RtcpReceiveTimeInfo {
|
| - // Fields as described by RFC 3611 4.5.
|
| - uint32_t sourceSSRC;
|
| - uint32_t lastRR;
|
| - uint32_t delaySinceLastRR;
|
| -};
|
| -
|
| typedef std::list<RTCPReportBlock> ReportBlockList;
|
|
|
| struct RtpState {
|
|
|