Chromium Code Reviews| Index: webrtc/video/video_quality_test.h |
| diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h |
| index 3bb5cd282eac87994e4c8b2a7062c8b069038205..7d7757cc9f32a81e56bd901ba2ee14d05fba07a7 100644 |
| --- a/webrtc/video/video_quality_test.h |
| +++ b/webrtc/video/video_quality_test.h |
| @@ -149,6 +149,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? |
|
danilchap
2017/07/24 09:03:46
why not? May be there are no tests for now, but it
eladalon
2017/07/24 13:15:48
Since this isn't protected at the moment, I'll jus
|
| std::vector<VideoReceiveStream*> thumbnail_receive_streams_; |
| Clock* const clock_; |