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

diego subversion at mplayerhq.hu
Tue Aug 28 12:52:20 CEST 2007


Author: diego
Date: Tue Aug 28 12:52:20 2007
New Revision: 24258

Log:
warning fix:
vo_svga.c:57: warning: redundant redeclaration of 'query_format'
video_out_internal.h:38: warning: previous declaration of 'query_format' was here


Modified:
   trunk/libvo/vo_svga.c

Modified: trunk/libvo/vo_svga.c
==============================================================================
--- trunk/libvo/vo_svga.c	(original)
+++ trunk/libvo/vo_svga.c	Tue Aug 28 12:52:20 2007
@@ -54,7 +54,6 @@ TODO:
 #define UNUSED(x) ((void)(x)) 
 
 
-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