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 5cf54bdb80a5832358f044a132d7933f2ab745c6..d2fa2ed9a2abfc4d75533d22d0c8b115275d9ea4 100644 |
| --- a/webrtc/video/video_quality_test.h |
| +++ b/webrtc/video/video_quality_test.h |
| @@ -51,7 +51,7 @@ class VideoQualityTest : public test::CallTest { |
| bool ulpfec; |
| bool flexfec; |
| std::string encoded_frame_base_path; |
| - std::string clip_name; |
| + std::string clip_name; // "Generator" to generate frames instead. |
|
sprang_webrtc
2017/06/16 08:57:23
Can we expose the generator feature more explicitl
ilnik
2017/06/16 11:22:48
I don't want to over-complicate this already huge
|
| size_t capture_device_index; |
| } video; |
| struct Audio { |
| @@ -82,6 +82,8 @@ class VideoQualityTest : public test::CallTest { |
| int selected_sl; |
| // If empty, bitrates are generated in VP9Impl automatically. |
| std::vector<SpatialLayer> spatial_layers; |
| + // If set, default parameters will be used instead of |streams|. |
| + bool infer_streams; |
| } ss; |
| int num_thumbnails; |
| }; |