| Index: source/libvpx/test/encode_test_driver.h
|
| diff --git a/source/libvpx/test/encode_test_driver.h b/source/libvpx/test/encode_test_driver.h
|
| index 7b7dd31606f5aac50354adb0af935b18bea7a06a..e16cf9cddc92238b2c1f849f0cd2e5f5312cbb02 100644
|
| --- a/source/libvpx/test/encode_test_driver.h
|
| +++ b/source/libvpx/test/encode_test_driver.h
|
| @@ -183,7 +183,10 @@ class EncoderTest {
|
| protected:
|
| explicit EncoderTest(const CodecFactory *codec)
|
| : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
|
| - last_pts_(0) {}
|
| + last_pts_(0) {
|
| + // Default to 1 thread.
|
| + cfg_.g_threads = 1;
|
| + }
|
|
|
| virtual ~EncoderTest() {}
|
|
|
|
|