shithub: libvpx

Download patch

ref: e727bcf7ceaa96c96bacd4a36b2a4ee684fb07b7
parent: 0c7fbe00570082175d0b7b0147586a2223b67803
parent: 6025ec790161129810fd722737947ee026aaa7e0
author: Jim Bankoski <[email protected]>
date: Fri Feb 14 04:08:34 EST 2014

Merge "vp9_mcomp.c visual studio warnings resolved"

--- a/vp9/encoder/vp9_mcomp.c
+++ b/vp9/encoder/vp9_mcomp.c
@@ -871,10 +871,10 @@
 
   MV this_mv;
 
-  int bestsad = INT_MAX;
+  unsigned int bestsad = INT_MAX;
   int ref_row, ref_col;
 
-  int thissad;
+  unsigned int thissad;
   const MV fcenter_mv = {center_mv->row >> 3, center_mv->col >> 3};
 
   const int *mvjsadcost = x->nmvjointsadcost;