shithub: libvpx

Download patch

ref: af9ca7d5bef010e486543a9e5b29e09770645509
parent: c909b43e3c70ee7d57f0f90dfabb047b2d257b1c
author: Dmitry Kovalev <dkovalev@google.com>
date: Wed Mar 12 10:44:14 EDT 2014

Fixing typo in cal_nmvjointsadcost().

Change-Id: I7be6675c68db330d69c541bd9341a7b8e91351d9

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -1556,7 +1556,7 @@
   mvjointsadcost[0] = 600;
   mvjointsadcost[1] = 300;
   mvjointsadcost[2] = 300;
-  mvjointsadcost[0] = 300;
+  mvjointsadcost[3] = 300;
 }
 
 static void cal_nmvsadcosts(int *mvsadcost[2]) {
--