| Index: webrtc/modules/rtp_rtcp/source/rtp_sender.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender.cc
|
| index fc677d77601c0785fc3a55aa25d3900c464463f7..acb913661ef2ef6064cda9db945a67c01a692959 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.cc
|
| @@ -342,7 +342,7 @@ size_t RTPSender::MaxDataPayloadLength() const {
|
| return max_payload_length_ - RtpHeaderLength();
|
| } else {
|
| return max_payload_length_ - RtpHeaderLength() // RTP overhead.
|
| - - video_->FECPacketOverhead() // FEC/ULP/RED overhead.
|
| + - video_->FecPacketOverhead() // FEC/ULP/RED overhead.
|
| - (RtxStatus() ? kRtxHeaderSize : 0); // RTX overhead.
|
| }
|
| }
|
|
|