From 1c6f85026a8efc8e5402379520a5e45ef4de136a Mon Sep 17 00:00:00 2001 From: zuxy Date: Thu, 11 Oct 2007 09:47:03 +0000 Subject: Silence a gcc warning: "wrong type argument to increment". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24763 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ve_xvid4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/ve_xvid4.c b/libmpcodecs/ve_xvid4.c index e5e7078b21..d764412f7d 100644 --- a/libmpcodecs/ve_xvid4.c +++ b/libmpcodecs/ve_xvid4.c @@ -1174,7 +1174,7 @@ static int set_create_struct(xvid_mplayer_module_t *mod) // 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 -- cgit v1.2.3