[MPlayer-cvslog] r32286 - trunk/libvo/vesa_lvo.c

diego subversion at mplayerhq.hu
Fri Sep 17 12:11:24 CEST 2010


Author: diego
Date: Fri Sep 17 12:11:24 2010
New Revision: 32286

Log:
Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:
libvo/vesa_lvo.c:169: warning: no previous prototype for 'vlvo_draw_slice_420'

Modified:
   trunk/libvo/vesa_lvo.c

Modified: trunk/libvo/vesa_lvo.c
==============================================================================
--- trunk/libvo/vesa_lvo.c	Fri Sep 17 12:10:20 2010	(r32285)
+++ trunk/libvo/vesa_lvo.c	Fri Sep 17 12:11:24 2010	(r32286)
@@ -166,7 +166,8 @@ void vlvo_term( void )
 	if(lvo_handler != -1) close(lvo_handler);
 }
 
-uint32_t vlvo_draw_slice_420(uint8_t *image[], int stride[], int w,int h,int x,int y)
+static uint32_t vlvo_draw_slice_420(uint8_t *image[], int stride[],
+                                    int w, int h, int x, int y)
 {
     uint8_t *src;
     uint8_t *dest;


More information about the MPlayer-cvslog mailing list