# HG changeset patch # User zuxy # Date 1192096023 0 # Node ID 4baa2dbe172c6c1c6c2622067dd6a5352824ac66 # Parent 09f9d0de17f13ccd822b48db1311e857ade13104 Silence a gcc warning: "wrong type argument to increment". diff -r 09f9d0de17f1 -r 4baa2dbe172c libmpcodecs/ve_xvid4.c --- a/libmpcodecs/ve_xvid4.c Thu Oct 11 02:00:05 2007 +0000 +++ b/libmpcodecs/ve_xvid4.c Thu Oct 11 09:47:03 2007 +0000 @@ -1174,7 +1174,7 @@ // parse zones if (xvidenc_zones != NULL && doZones > 0) // do not apply zones in CQ, and first pass mode (xvid vfw doesn't allow them in those modes either) { - void *p; + char *p; int i; p = xvidenc_zones; create->num_zones = 0; // set the number of zones back to zero, this overwrites the zone defined for CQ - desired because each zone has to be specified on the commandline even in cq mode