]> granicus.if.org Git - libvpx/commitdiff
silent one more compiler warning
authorYaowu Xu <yaowu@google.com>
Tue, 28 Aug 2012 13:33:24 +0000 (06:33 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 28 Aug 2012 13:33:24 +0000 (06:33 -0700)
Change-Id: I621a2bbd5f07691fa76dac36b65f406ad4fed792

vp8/decoder/decodemv.c

index 74bec588b134ad02a0d9ed622733ee30a5bf8382..6306eb19b01f0c02643bfb8183acde4ac786b61e 100644 (file)
@@ -644,7 +644,8 @@ void vp8_decode_mode_mvs(VP8D_COMP *pbi)
 #if CONFIG_ERROR_CONCEALMENT
             /* look for corruption. set mvs_corrupt_from_mb to the current
              * mb_num if the frame is corrupt from this macroblock. */
-            if (vp8dx_bool_error(&pbi->bc) && mb_num < pbi->mvs_corrupt_from_mb)
+            if (vp8dx_bool_error(&pbi->bc) && mb_num <
+                (int)pbi->mvs_corrupt_from_mb)
             {
                 pbi->mvs_corrupt_from_mb = mb_num;
                 /* no need to continue since the partition is corrupt from