shithub: libvpx

Download patch

ref: 0d245d42c448ee764385872f474adb3cee07a8d6
parent: f2b1dc529f884b7c97ce6b69a42cd1d2b5d287d4
parent: af3ab4586751aab7b3169c00478bff6a67ee5f06
author: James Zern <jzern@google.com>
date: Wed Jul 5 18:33:51 EDT 2017

Merge "test_vector_test,vp8: correct thread range"

--- a/test/test_vector_test.cc
+++ b/test/test_vector_test.cc
@@ -143,7 +143,7 @@
         ::testing::Values(
             static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP8)),
         ::testing::Combine(
-            ::testing::Range(1, 8),  // With 1 ~ 8 threads.
+            ::testing::Range(2, 9),  // With 2 ~ 8 threads.
             ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
                                 libvpx_test::kVP8TestVectors +
                                     libvpx_test::kNumVP8TestVectors))));