ref: 106c620a23e30cccb592af21586ad0734deca2f3
parent: 164db8278f68a5ab376500ed6aad99ef7da3e9b0
parent: 6985a0f516b10b839193bd554a07253a403e41b3
author: Yunqing Wang <[email protected]>
date: Sat Jan 28 14:29:01 EST 2017
Merge "Disable multi-threading in first pass for SVC encoding"
--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -1569,7 +1569,7 @@
cpi->new_mt = 0;
if (((cpi->oxcf.mode == GOOD || cpi->oxcf.mode == BEST) &&
cpi->oxcf.speed < 5 && cpi->oxcf.pass == 1) &&
- cpi->oxcf.new_mt)
+ cpi->oxcf.new_mt && !cpi->use_svc)
cpi->new_mt = 1;
}