| Index: webrtc/video/rtp_stream_receiver.cc
|
| diff --git a/webrtc/video/rtp_stream_receiver.cc b/webrtc/video/rtp_stream_receiver.cc
|
| index 4d5402f7d9df61879d4f318a575c9654200dc99d..5eeaa1bf5d00e97ef4c8790f3659a4ffcb6990bb 100644
|
| --- a/webrtc/video/rtp_stream_receiver.cc
|
| +++ b/webrtc/video/rtp_stream_receiver.cc
|
| @@ -176,6 +176,10 @@ RtpStreamReceiver::RtpStreamReceiver(
|
| config_.rtp.fec.red_rtx_payload_type,
|
| config_.rtp.fec.red_payload_type);
|
| }
|
| +
|
| + rtp_rtcp_->SetGenericFECStatus(true,
|
| + config_.rtp.fec.red_payload_type,
|
| + config_.rtp.fec.ulpfec_payload_type);
|
| }
|
|
|
| if (config.rtp.rtcp_xr.receiver_reference_time_report)
|
|
|