[MPlayer-cvslog] CVS: main/libvo vo_svga.c,1.79,1.80

Ivo van Poorten CVS syncmail at mplayerhq.hu
Fri Aug 5 14:46:45 CEST 2005


CVS change done by Ivo van Poorten CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv8350

Modified Files:
	vo_svga.c 
Log Message:

Missed one uint32_t declaration.



Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- vo_svga.c	5 Aug 2005 01:24:36 -0000	1.79
+++ vo_svga.c	5 Aug 2005 12:46:42 -0000	1.80
@@ -57,7 +57,7 @@
 extern int vo_dbpp;
 extern int verbose;
 
-static uint32_t query_format(uint32_t format);
+static int query_format(uint32_t format);
 static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
                        unsigned char *srca, int stride);
 static uint32_t get_image(mp_image_t *mpi);




More information about the MPlayer-cvslog mailing list