| Index: webrtc/video/rtp_stream_receiver.cc
|
| diff --git a/webrtc/video/rtp_stream_receiver.cc b/webrtc/video/rtp_stream_receiver.cc
|
| index b826ed5b02a0c4d100da993de0fba2ab05b6bc43..cf108e13452d2d0b84cab37505760cd8ad93f3ab 100644
|
| --- a/webrtc/video/rtp_stream_receiver.cc
|
| +++ b/webrtc/video/rtp_stream_receiver.cc
|
| @@ -179,8 +179,8 @@ RtpStreamReceiver::RtpStreamReceiver(
|
| config_.rtp.ulpfec.red_payload_type);
|
| }
|
|
|
| - rtp_rtcp_->SetGenericFECStatus(true, config_.rtp.ulpfec.red_payload_type,
|
| - config_.rtp.ulpfec.ulpfec_payload_type);
|
| + rtp_rtcp_->SetUlpfecConfig(true, config_.rtp.ulpfec.red_payload_type,
|
| + config_.rtp.ulpfec.ulpfec_payload_type);
|
| }
|
|
|
| if (config_.rtp.rtcp_xr.receiver_reference_time_report)
|
|
|