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

Unified Diff: webrtc/video/video_receive_stream.h

Issue 2649973005: Inform jitter buffer about FlexFEC protection. (Closed)
Patch Set: Take 2. Created 3 years, 11 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 8735f08a58acf946c10b1be9be93c89f8ed9829c..3df54f9f5f963a978500bbaee59e1d88c77c5564 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -49,6 +49,7 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
public video_coding::OnCompleteFrameCallback {
public:
VideoReceiveStream(int num_cpu_cores,
+ bool protected_by_flexfec,
CongestionController* congestion_controller,
PacketRouter* packet_router,
VideoReceiveStream::Config config,
@@ -110,6 +111,7 @@ 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