| Index: webrtc/call/flexfec_receive_stream_impl.cc
|
| diff --git a/webrtc/call/flexfec_receive_stream_impl.cc b/webrtc/call/flexfec_receive_stream_impl.cc
|
| index a1e9bc64ecccb2f70525812bc564d575f6161a96..1c98666110b8aa72dd9c4aab19f02fae91473d6b 100644
|
| --- a/webrtc/call/flexfec_receive_stream_impl.cc
|
| +++ b/webrtc/call/flexfec_receive_stream_impl.cc
|
| @@ -157,8 +157,6 @@ FlexfecReceiveStreamImpl::FlexfecReceiveStreamImpl(
|
| // problem too.
|
| rtp_stream_receiver_ =
|
| receiver_controller->CreateReceiver(config_.remote_ssrc, this);
|
| - for (uint32_t ssrc : config.protected_media_ssrcs)
|
| - receiver_controller->AddSink(ssrc, this);
|
| }
|
|
|
| FlexfecReceiveStreamImpl::~FlexfecReceiveStreamImpl() {
|
|
|