[MPlayer-cvslog] r24763 - trunk/libmpcodecs/ve_xvid4.c

zuxy subversion at mplayerhq.hu
Thu Oct 11 11:47:03 CEST 2007


Author: zuxy
Date: Thu Oct 11 11:47:03 2007
New Revision: 24763

Log:
Silience a gcc warning about invalid type for increment.


Modified:
   trunk/libmpcodecs/ve_xvid4.c

Modified: trunk/libmpcodecs/ve_xvid4.c
==============================================================================
--- trunk/libmpcodecs/ve_xvid4.c	(original)
+++ trunk/libmpcodecs/ve_xvid4.c	Thu Oct 11 11:47:03 2007
@@ -1174,7 +1174,7 @@ static int set_create_struct(xvid_mplaye
 	// 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



More information about the MPlayer-cvslog mailing list