shithub: libvpx

Download patch

ref: 94e082993c07b705880aa4e36e782dd80af37610
parent: 5c185a05875465325d5e3fe706ce5ab8bdf14f16
parent: af9ca7d5bef010e486543a9e5b29e09770645509
author: Dmitry Kovalev <[email protected]>
date: Wed Apr 2 21:41:46 EDT 2014

Merge "Fixing typo in cal_nmvjointsadcost()."

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