| 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.
|
| 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;
|
| };
|
|
|