Merge "multi-res: force Key frame sychronization"
[profile/ivi/libvpx.git] / vp8 / encoder / pickinter.c
index 45acb0b..4de84fd 100644 (file)
@@ -458,7 +458,7 @@ static void check_for_encode_breakout(unsigned int sse, MACROBLOCK* x)
     if (sse < x->encode_breakout)
     {
         // Check u and v to make sure skip is ok
-        int sse2 = 0;
+        unsigned int sse2 = 0;
 
         sse2 = VP8_UVSSE(x);