Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv31383

Modified Files:
        mplayer.py 
Log Message:
Trivial Fix for mplayer command line with the new runtime. Thanks to
mikeruelle in irc for the bugfix.


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/mplayer.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mplayer.py  13 Jun 2003 01:06:46 -0000      1.7
--- mplayer.py  23 Jun 2003 20:15:25 -0000      1.8
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2003/06/23 20:15:25  the_krow
+ # Trivial Fix for mplayer command line with the new runtime. Thanks to
+ # mikeruelle in irc for the bugfix.
+ #
  # Revision 1.7  2003/06/13 01:06:46  outlyer
  # Now using the URL format for channel specification in mplayer...
***************
*** 183,187 ****
              outfmt = 'outfmt=%s' % config.TV_VIEW_OUTFMT
  
!             tvcmd = ('tv://%s -tv on:driver=v4l:%s:%s:%s:'
                       '%s:width=%s:height=%s:%s' %
                       (tuner_channel, device, input, norm, chanlist, w, h, outfmt))
--- 187,191 ----
              outfmt = 'outfmt=%s' % config.TV_VIEW_OUTFMT
  
!             tvcmd = ('tv://%s -tv driver=v4l:%s:%s:%s:'
                       '%s:width=%s:height=%s:%s' %
                       (tuner_channel, device, input, norm, chanlist, w, h, outfmt))




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to