[MPlayer-cvslog] r25549 - trunk/libvo/vo_bl.c

diego subversion at mplayerhq.hu
Sun Dec 30 12:07:53 CET 2007


Author: diego
Date: Sun Dec 30 12:07:53 2007
New Revision: 25549

Log:
Remove unused static variables, fixes the warnings:
vo_bl.c: At top level:
vo_bl.c:64: warning: 'yoff' defined but not used
vo_bl.c:64: warning: 'stride' defined but not used


Modified:
   trunk/libvo/vo_bl.c

Modified: trunk/libvo/vo_bl.c
==============================================================================
--- trunk/libvo/vo_bl.c	(original)
+++ trunk/libvo/vo_bl.c	Sun Dec 30 12:07:53 2007
@@ -61,7 +61,7 @@ const LIBVO_EXTERN (bl)
 
 static unsigned char *image = NULL;
 static unsigned char *tmp = NULL;
-static int framenum, yoff, stride;
+static int framenum;
 static char *bl_subdevice = NULL;
 static int prevpts = -1;
 



More information about the MPlayer-cvslog mailing list