Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index 12629d06378085b2a0bbee04d4877284390593e5..3815d0184e7c7801e09fd9e74571a08b8e958b58 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -147,6 +147,9 @@ class VideoReceiveStream { |
// SSRC for retransmissions. |
uint32_t rtx_ssrc = 0; |
+ // Set if the stream is protected using flexfec. |
brandtr
2017/02/23 11:58:32
Nit: FlexFEC.
|
+ bool protected_by_flexfec = false; |
+ |
// Map from video payload type (apt) -> RTX payload type (pt). |
// For RTX to be enabled, both an SSRC and this mapping are needed. |
std::map<int, int> rtx_payload_types; |