Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: webrtc/video/video_quality_test.h

Issue 2630333002: Drop frames until specified bitrate is achieved. (Closed)
Patch Set: Turn off quality scaling for screensharing in tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/video_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index b741ad331aa4c95e94933578bc283d13761210f5..89432fb538c10e2f6590da15e05813c190a811ec 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -131,6 +131,8 @@ class VideoQualityTest : public test::CallTest {
int receive_logs_;
int send_logs_;
+ VideoSendStream::DegradationPreference degradation_preference_ =
+ VideoSendStream::DegradationPreference::kBalanced;
Params params_;
};
« no previous file with comments | « webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698