Index: webrtc/video/video_quality_test.h |
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h |
index 0221f68993a0341e070e32839b9998b0edf71165..5c54f56cb30cf969b893ba92cc3152ef5b9466ab 100644 |
--- a/webrtc/video/video_quality_test.h |
+++ b/webrtc/video/video_quality_test.h |
@@ -145,6 +145,7 @@ class VideoQualityTest : public test::CallTest { |
std::vector<VideoEncoderConfig> thumbnail_encoder_configs_; |
std::vector<VideoSendStream*> thumbnail_send_streams_; |
std::vector<VideoReceiveStream::Config> thumbnail_receive_configs_; |
+ // TODO(eladalon): !!! Is it possible for this to be FlexFEC-protected? |
stefan-webrtc
2017/07/07 09:36:24
In theory I guess it is. Don't think you have to t
eladalon
2017/07/07 14:16:25
I want the trybots to tell me if any tests were br
|
std::vector<VideoReceiveStream*> thumbnail_receive_streams_; |
Clock* const clock_; |