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

Unified Diff: webrtc/video/video_quality_test.cc

Issue 1351693005: Read the number of TLs for VP9 too + cleanup (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressing comments Created 5 years, 3 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.cc
diff --git a/webrtc/video/video_quality_test.cc b/webrtc/video/video_quality_test.cc
index 488532d93daed86e8269c52f1c0ba554fe3abe1d..7735b6329577686236796e6dbe89c2d82d07fc50 100644
--- a/webrtc/video/video_quality_test.cc
+++ b/webrtc/video/video_quality_test.cc
@@ -609,6 +609,9 @@ void VideoQualityTest::SetupFullStack(const Params& params,
RtpExtension(RtpExtension::kAbsSendTime, kAbsSendTimeExtensionId));
}
+ encoder_config_.disable_generic_bitrate_frame_dropper =
+ params.common.disable_generic_bitrate_frame_dropper;
+
// Automatically fill out streams[0] with params.
VideoStream* stream = &encoder_config_.streams[0];
stream->width = params.common.width;

Powered by Google App Engine
This is Rietveld 408576698