From acc592b35abdb0e2ad60ba11bbdbcd0f08e8b4e8 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 10 Feb 2016 15:18:26 -0800 Subject: [PATCH] vp9 resize_test: Enable resize_allowed in real-time ExternalResize test. For dynamic resizing (whether the new codec size is determined internally or externally set by user), we should for now keep rc.resize_allowed enabled. This prevent the use of referene_masking for real-time mode (in set_rt_speed_feature()). Change-Id: Ibb7c3ff35be88afdf1a3c6db6693521766f177a3 --- test/resize_test.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/resize_test.cc b/test/resize_test.cc index c5f05f310..10f7fe22f 100644 --- a/test/resize_test.cc +++ b/test/resize_test.cc @@ -387,8 +387,6 @@ class ResizeRealtimeTest : public ::libvpx_test::EncoderTest, TEST_P(ResizeRealtimeTest, TestExternalResizeWorks) { ResizingVideoSource video; DefaultConfig(); - // Disable internal resize for this test. - cfg_.rc_resize_allowed = 0; change_bitrate_ = false; ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); -- 2.40.0