]> git.sesse.net Git - vlc/blobdiff - plugins/x11/vout_xvideo.c
* Mandatory step for video output IV and the audio output quality
[vlc] / plugins / x11 / vout_xvideo.c
index 7933f4cf5895a34f54617c113ec47521e7e4055c..6cd0ef1ecd2876017fbb8cfb5cb4092982ec1a73 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.12 2001/04/27 19:29:11 massiot Exp $
+ * $Id: vout_xvideo.c,v 1.13 2001/05/01 04:18:18 sam Exp $
  *
  * Authors: Shane Harper <shanegh@optusnet.com.au>
  *          Vincent Seguin <seguin@via.ecp.fr>
@@ -207,7 +207,7 @@ static int vout_Probe( probedata_t *p_data )
         return( 999 );
     }
 
-    return( 110 );
+    return( 60 );
 }
 
 /*****************************************************************************