Index: webrtc/video/video_quality_test.h |
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h |
index d606de7cace28906c1df58f41cfd8cc29da58618..fd5951a3fe95f1b065fdf6b729603b889c60003e 100644 |
--- a/webrtc/video/video_quality_test.h |
+++ b/webrtc/video/video_quality_test.h |
@@ -34,8 +34,9 @@ class VideoQualityTest : public test::CallTest { |
int max_bitrate_bps; |
std::string codec; |
size_t num_temporal_layers; |
- |
int min_transmit_bps; |
+ |
+ bool disable_wrapper_frame_dropper; // Affects only FrameDropper. |
Call::Config::BitrateConfig call_bitrate_config; |
size_t tl_discard_threshold; |
} common; |