Author: duncan
Date: Wed May  2 17:46:25 2007
New Revision: 9544

Modified:
   branches/rel-1/freevo/src/video/plugins/mplayer.py

Log:
Removed the verbose option when running normally
Still has the verbose option when CHILDAPP_DEBUG=1


Modified: branches/rel-1/freevo/src/video/plugins/mplayer.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/mplayer.py  (original)
+++ branches/rel-1/freevo/src/video/plugins/mplayer.py  Wed May  2 17:46:25 2007
@@ -146,7 +146,7 @@
 
         # Build the MPlayer command
         command = [ '--prio=%s' % config.MPLAYER_NICE, config.MPLAYER_CMD ]
-        command += [ '-slave', '-v', ]
+        command += [ '-slave', ]
         command += config.MPLAYER_ARGS_DEF.split(' ')
         command += [ '-ao'] + config.MPLAYER_AO_DEV.split(' ')
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to