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

Unified Diff: webrtc/video_send_stream.h

Issue 2501503003: Wire up FlexfecSender in RTP module and VideoSendStream. (Closed)
Patch Set: LS_ERROR -> LS_WARNING. Created 4 years, 1 month 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
« no previous file with comments | « webrtc/video/video_send_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_send_stream.h
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h
index 4e727e5cd338bbdda90467b39ea9352a9e1d6006..74e9d5a5592af5d0868ae40d9f49278c2bbac3d2 100644
--- a/webrtc/video_send_stream.h
+++ b/webrtc/video_send_stream.h
@@ -137,6 +137,11 @@ class VideoSendStream {
// See UlpfecConfig for description.
UlpfecConfig ulpfec;
+ // See FlexfecConfig for description.
+ // TODO(brandtr): Move this config to a new class FlexfecSendStream
+ // when we support multistream protection.
+ FlexfecConfig flexfec;
+
// Settings for RTP retransmission payload format, see RFC 4588 for
// details.
struct Rtx {
« no previous file with comments | « webrtc/video/video_send_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698