Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9327/src/tv/plugins

Modified Files:
        mplayer.py 
Log Message:
add config.MPLAYER_ARGS_DEF (why was that missing?)

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** mplayer.py  28 Jun 2004 17:12:22 -0000      1.35
--- mplayer.py  4 Jul 2004 08:15:29 -0000       1.36
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.36  2004/07/04 08:15:29  dischi
+ # add config.MPLAYER_ARGS_DEF (why was that missing?)
+ #
  # Revision 1.35  2004/06/28 17:12:22  dischi
  # reduce cache for dvb
***************
*** 129,133 ****
          # Build the MPlayer command
          args = (config.MPLAYER_NICE, config.MPLAYER_CMD, config.MPLAYER_VO_DEV,
!                 config.MPLAYER_VO_DEV_OPTS)
  
          if mode == 'tv':
--- 132,136 ----
          # Build the MPlayer command
          args = (config.MPLAYER_NICE, config.MPLAYER_CMD, config.MPLAYER_VO_DEV,
!                 config.MPLAYER_VO_DEV_OPTS, config.MPLAYER_ARGS_DEF)
  
          if mode == 'tv':
***************
*** 184,188 ****
          args += (tvcmd,)
  
!         mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
  
          command = mpl
--- 187,191 ----
          args += (tvcmd,)
  
!         mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s %s' % args
  
          command = mpl



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to