From: Yunqing Wang Date: Tue, 28 Feb 2017 19:00:56 +0000 (-0800) Subject: Set row_mt to 0 by default X-Git-Tag: v1.7.0~669 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fa7e5c62c6829614c51f67b255741bb4069995e;p=libvpx Set row_mt to 0 by default Set row_mt to 0 for now. Change-Id: I922536a6d71a765e435daeaf4d932ef14363d19a --- diff --git a/vp9/vp9_cx_iface.c b/vp9/vp9_cx_iface.c index 2f41a8d82..1aa2436b5 100644 --- a/vp9/vp9_cx_iface.c +++ b/vp9/vp9_cx_iface.c @@ -84,7 +84,7 @@ static struct vp9_extracfg default_extra_cfg = { 0, // color range 0, // render width 0, // render height - 1, // row_mt + 0, // row_mt 0, // row_mt_bit_exact };