ref: 93a0189936c0998d8b19192c5f0b1fd158454ed4
parent: f5c36a5ced92b6fb88db433721bcae36f842eb88
author: Frank Galligan <fgalligan@google.com>
date: Tue Mar 3 12:05:17 EST 2015
Use 8 threads by default for VP9 encodes BUG=https://code.google.com/p/webm/issues/detail?id=964 Change-Id: I70679d0f139b8e0962f7e19eb56b34060953e9b0
--- a/vp9/vp9_cx_iface.c
+++ b/vp9/vp9_cx_iface.c
@@ -1414,7 +1414,7 @@
0,
{ // NOLINT
0, // g_usage
- 0, // g_threads
+ 8, // g_threads
0, // g_profile
320, // g_width
--
⑨