Index: webrtc/video/rtp_video_stream_receiver.cc |
diff --git a/webrtc/video/rtp_video_stream_receiver.cc b/webrtc/video/rtp_video_stream_receiver.cc |
index 6a55a3dc2a54e817b967be99a30ef34b320a830c..6b8ea0f45da013ca768771e512f07eaf78082548 100644 |
--- a/webrtc/video/rtp_video_stream_receiver.cc |
+++ b/webrtc/video/rtp_video_stream_receiver.cc |
@@ -100,7 +100,7 @@ RtpVideoStreamReceiver::RtpVideoStreamReceiver( |
this, |
&rtp_payload_registry_)), |
rtp_receive_statistics_(ReceiveStatistics::Create(clock_)), |
- ulpfec_receiver_(UlpfecReceiver::Create(this)), |
+ ulpfec_receiver_(UlpfecReceiver::Create(config->rtp.remote_ssrc, this)), |
receiving_(false), |
restored_packet_in_use_(false), |
last_packet_log_ms_(-1), |