| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| index 363526196dc6349123581b92fce61033f0ed9617..36654fc5692697c741d877fff87ba983140009b3 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| @@ -318,7 +318,6 @@ RTCPSender::FeedbackState ModuleRtpRtcpImpl::GetFeedbackState() {
|
| rtp_sender_.GetDataCounters(&rtp_stats, &rtx_stats);
|
|
|
| RTCPSender::FeedbackState state;
|
| - state.send_payload_type = rtp_sender_.SendPayloadType();
|
| state.packets_sent = rtp_stats.transmitted.packets +
|
| rtx_stats.transmitted.packets;
|
| state.media_bytes_sent = rtp_stats.transmitted.payload_bytes +
|
|
|