shithub: libvpx

Download patch

ref: 3fa7e5c62c6829614c51f67b255741bb4069995e
parent: defe094e9e5e081028b0d4fcbf61f5a49ff1c34e
author: Yunqing Wang <yunqingwang@google.com>
date: Tue Feb 28 06:00:56 EST 2017

Set row_mt to 0 by default

Set row_mt to 0 for now.

Change-Id: I922536a6d71a765e435daeaf4d932ef14363d19a

--- a/vp9/vp9_cx_iface.c
+++ b/vp9/vp9_cx_iface.c
@@ -84,7 +84,7 @@
   0,                     // color range
   0,                     // render width
   0,                     // render height
-  1,                     // row_mt
+  0,                     // row_mt
   0,                     // row_mt_bit_exact
 };