# HG changeset patch # User iive # Date 1349993448 0 # Node ID fbe4b3716aa0f775ad27091e474502501f132d86 # Parent 89660feadcce1d0e1920af3ec16c60991c203aaf Silence a few warnings. A little bit more compact code and removing "warning: comparison between signed and unsigned integer expressions". diff -r 89660feadcce -r fbe4b3716aa0 libmpcodecs/vd_hmblck.c --- a/libmpcodecs/vd_hmblck.c Thu Oct 11 22:06:42 2012 +0000 +++ b/libmpcodecs/vd_hmblck.c Thu Oct 11 22:10:48 2012 +0000 @@ -35,12 +35,10 @@ LIBVD_EXTERN(hmblck) static void de_macro_y(unsigned char* dst,unsigned char* src,int dstride,int w,int h){ - unsigned int y; + int y,x,i; // descramble Y plane for (y=0; y