| Index: webrtc/video/video_receive_stream.h
|
| diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
|
| index 42230810546c0fb24ec17b623d5bc03cb80fec10..cb2c73fe2828334e17f2b4c56cf40a0a94e568da 100644
|
| --- a/webrtc/video/video_receive_stream.h
|
| +++ b/webrtc/video/video_receive_stream.h
|
| @@ -50,7 +50,6 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
|
| public Syncable {
|
| public:
|
| VideoReceiveStream(int num_cpu_cores,
|
| - bool protected_by_flexfec,
|
| PacketRouter* packet_router,
|
| VideoReceiveStream::Config config,
|
| ProcessThread* process_thread,
|
| @@ -119,7 +118,6 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
|
| TransportAdapter transport_adapter_;
|
| const VideoReceiveStream::Config config_;
|
| const int num_cpu_cores_;
|
| - const bool protected_by_flexfec_;
|
| ProcessThread* const process_thread_;
|
| Clock* const clock_;
|
|
|
|
|