| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
|
| index 91d45f579c423aa2af076ea049b6a0e4d7edda23..a80866c3f8613e4a3d6c2a89eb120140e7b980bd 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
|
| @@ -19,28 +19,6 @@
|
| namespace webrtc {
|
| namespace RTCPHelp {
|
|
|
| -RTCPPacketInformation::RTCPPacketInformation()
|
| - : rtcpPacketTypeFlags(0),
|
| - remoteSSRC(0),
|
| - nackSequenceNumbers(),
|
| - rtt(0),
|
| - sliPictureId(0),
|
| - rpsiPictureId(0),
|
| - receiverEstimatedMaxBitrate(0),
|
| - ntp_secs(0),
|
| - ntp_frac(0),
|
| - rtp_timestamp(0),
|
| - xr_originator_ssrc(0),
|
| - xr_dlrr_item(false) {}
|
| -
|
| -RTCPPacketInformation::~RTCPPacketInformation() {}
|
| -
|
| -void RTCPPacketInformation::AddReportInfo(
|
| - const RTCPReportBlockInformation& report_block_info) {
|
| - this->rtt = report_block_info.RTT;
|
| - report_blocks.push_back(report_block_info.remoteReceiveBlock);
|
| -}
|
| -
|
| RTCPReportBlockInformation::RTCPReportBlockInformation()
|
| : remoteReceiveBlock(),
|
| remoteMaxJitter(0),
|
|
|