changeset 24735:4baa2dbe172c

Silence a gcc warning: "wrong type argument to increment".
author zuxy
date Thu, 11 Oct 2007 09:47:03 +0000
parents 09f9d0de17f1
children 3b57dcfc8057
files libmpcodecs/ve_xvid4.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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