Index: webrtc/video_send_stream.h |
diff --git a/webrtc/video_send_stream.h b/webrtc/video_send_stream.h |
index 74e9d5a5592af5d0868ae40d9f49278c2bbac3d2..92181a78789f7efb2334c5c53dd834f0c44ddf1b 100644 |
--- a/webrtc/video_send_stream.h |
+++ b/webrtc/video_send_stream.h |
@@ -36,6 +36,7 @@ class VideoSendStream { |
FrameCounts frame_counts; |
bool is_rtx = false; |
+ bool is_flexfec = false; |
int width = 0; |
int height = 0; |
// TODO(holmer): Move bitrate_bps out to the webrtc::Call layer. |