Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: webrtc/video/video_receive_stream.h

Issue 2712683002: Add |protected_by_flexfec| flag to VideoReceiveStream::Config. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/video_receive_stream.h
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
index 8c13ccd966f374bbfedc6b977dd964fd9076ae93..08b0541b99b8ee4eaca25210aeaef1ce18cb1ac3 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_;

Powered by Google App Engine
This is Rietveld 408576698