shithub: libvpx

Download patch

ref: 900d0548db717719529778f7f13ce68ffc2f89d4
parent: 5ef25a9728507d259c6ccd05064ce1208e7abd9f
parent: cd475da8ed054187ed5e2013cc71f46a28202575
author: John Koleszar <jkoleszar@google.com>
date: Sun Jun 13 10:35:21 EDT 2010

Merge "Make this/next iiratio unsigned."

--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -523,8 +523,8 @@
     int motion_lvl;
     int motion_speed;
     int motion_var;
-    int next_iiratio;
-    int this_iiratio;
+    unsigned int next_iiratio;
+    unsigned int this_iiratio;
     int this_frame_modified_error;
 
     double norm_intra_err_per_mb;