]> git.sesse.net Git - vlc/commitdiff
Removed a "1" from an intf_DbgMsg() (courtesy of Steve Brown
authorChristophe Massiot <massiot@videolan.org>
Tue, 17 Apr 2001 18:22:51 +0000 (18:22 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 17 Apr 2001 18:22:51 +0000 (18:22 +0000)
<sbrown@cortland.com>)

plugins/x11/vout_xvideo.c

index 0e987c1037489b050947cf820f2f29bd8b38caf2..3319707d1dc9c79be12c329032accf5d4c0765af 100644 (file)
@@ -2,7 +2,7 @@
  * vout_xvideo.c: Xvideo video output display method
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000, 2001 VideoLAN
- * $Id: vout_xvideo.c,v 1.7 2001/04/15 04:46:41 sam Exp $
+ * $Id: vout_xvideo.c,v 1.8 2001/04/17 18:22:51 massiot Exp $
  *
  * Authors: Shane Harper <shanegh@optusnet.com.au>
  *          Vincent Seguin <seguin@via.ecp.fr>
@@ -239,7 +239,7 @@ static int vout_Create( vout_thread_t *p_vout )
 
     if( (p_vout->p_sys->xv_port = XVideoGetPort( p_vout->p_sys->p_display ))<0 )
         return 1;
-    intf_DbgMsg( 1, "Using xv port %d" , p_vout->p_sys->xv_port );
+    intf_DbgMsg( "Using xv port %d" , p_vout->p_sys->xv_port );
 
 #if 0
     /* XXX The brightness and contrast values should be read from environment