[MPlayer-cvslog] r32284 - trunk/libvo/vo_vesa.c

diego subversion at mplayerhq.hu
Fri Sep 17 11:59:10 CEST 2010


Author: diego
Date: Fri Sep 17 11:59:10 2010
New Revision: 32284

Log:
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:
libvo/vo_vesa.c:532: warning: no previous prototype for 'fillMultiBuffer'

Modified:
   trunk/libvo/vo_vesa.c

Modified: trunk/libvo/vo_vesa.c
==============================================================================
--- trunk/libvo/vo_vesa.c	Fri Sep 17 11:43:41 2010	(r32283)
+++ trunk/libvo/vo_vesa.c	Fri Sep 17 11:59:10 2010	(r32284)
@@ -529,7 +529,7 @@ static char *model2str(unsigned char typ
   return retval;
 }
 
-unsigned fillMultiBuffer( unsigned long vsize, unsigned nbuffs )
+static unsigned fillMultiBuffer(unsigned long vsize, unsigned nbuffs)
 {
   unsigned long screen_size, offset;
   unsigned total,i;


More information about the MPlayer-cvslog mailing list