shithub: libvpx

Download patch

ref: a2b598a2f964b0d7a1e5df74b66c70a1bca746ca
parent: 7f31d987f0cc756555ce88ead1e899a854f871ee
parent: 7804befb55fe66d0cbe780f298fb57155d826044
author: Yunqing Wang <yunqingwang@google.com>
date: Thu Oct 14 08:20:25 EDT 2010

Merge "Fix one gcc compiler warning"

--- a/vp8/common/blockd.h
+++ b/vp8/common/blockd.h
@@ -169,7 +169,7 @@
         MV  as_mv;
     } mv;
 
-    char partitioning;
+    unsigned char partitioning;
     unsigned char mb_skip_coeff;                                //does this mb has coefficients at all, 1=no coefficients, 0=need decode tokens
     unsigned char dc_diff;
     unsigned char need_to_clamp_mvs;