diff options
Diffstat (limited to 'third_party/aom/test/arf_freq_test.cc')
-rw-r--r-- | third_party/aom/test/arf_freq_test.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/third_party/aom/test/arf_freq_test.cc b/third_party/aom/test/arf_freq_test.cc index bef58b3e8..b4b17c9ab 100644 --- a/third_party/aom/test/arf_freq_test.cc +++ b/third_party/aom/test/arf_freq_test.cc @@ -76,9 +76,9 @@ int is_extension_y4m(const char *filename) { } class ArfFreqTestLarge - : public ::libaom_test::EncoderTest, - public ::libaom_test::CodecTestWith3Params<TestVideoParam, - TestEncodeParam, int> { + : public ::libaom_test::CodecTestWith3Params<TestVideoParam, + TestEncodeParam, int>, + public ::libaom_test::EncoderTest { protected: ArfFreqTestLarge() : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)), @@ -99,7 +99,6 @@ class ArfFreqTestLarge cfg_.rc_buf_initial_sz = 500; cfg_.rc_buf_optimal_sz = 600; } - dec_cfg_.threads = 4; } virtual void BeginPassHook(unsigned int) { |