[MPlayer-cvslog] r26205 - trunk/libvo/vo_svga.c

iive subversion at mplayerhq.hu
Sun Mar 9 11:35:45 CET 2008


Author: iive
Date: Sun Mar  9 11:35:45 2008
New Revision: 26205

Log:
Don't use void * arithmetic.


Modified:
   trunk/libvo/vo_svga.c

Modified: trunk/libvo/vo_svga.c
==============================================================================
--- trunk/libvo/vo_svga.c	(original)
+++ trunk/libvo/vo_svga.c	Sun Mar  9 11:35:45 2008
@@ -88,7 +88,7 @@ static int x_pos, y_pos;
 static struct {
   int yoffset;//y position of the page
   int doffset;//display start of the page
-  void * vbase;//memory start address of the page
+  uint8_t * vbase;//memory start address of the page
   int locks;
 }PageStore[MAXPAGES];
 



More information about the MPlayer-cvslog mailing list