[MPlayer-cvslog] r35288 - trunk/libvo/vo_sdl.c
    reimar 
    subversion at mplayerhq.hu
       
    Tue Oct 30 17:47:20 CET 2012
    
    
  
Author: reimar
Date: Tue Oct 30 17:47:20 2012
New Revision: 35288
Log:
Remove left-over debug printf.
Modified:
   trunk/libvo/vo_sdl.c
Modified: trunk/libvo/vo_sdl.c
==============================================================================
--- trunk/libvo/vo_sdl.c	Tue Oct 30 17:42:25 2012	(r35287)
+++ trunk/libvo/vo_sdl.c	Tue Oct 30 17:47:20 2012	(r35288)
@@ -630,7 +630,6 @@ config(uint32_t width, uint32_t height, 
     priv->height = height;
     priv->dstwidth  = vo_dwidth;
     priv->dstheight = vo_dheight;
-printf("w/h: %i %i\n", vo_dwidth, vo_dheight);
 
     priv->format = format;
 
    
    
More information about the MPlayer-cvslog
mailing list