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

Modified Files:
        mplayer.py 
Log Message:
fix mode detection, MPLAYER_ARGS never worked

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** mplayer.py  8 Oct 2003 02:04:04 -0000       1.31
--- mplayer.py  14 Oct 2003 16:58:48 -0000      1.32
***************
*** 21,24 ****
--- 21,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.32  2003/10/14 16:58:48  dischi
+ # fix mode detection, MPLAYER_ARGS never worked
+ #
  # Revision 1.31  2003/10/08 02:04:04  outlyer
  # BUGFIX: For some reason, I was seeing a lot of 'killing with signal 9' in
***************
*** 238,241 ****
--- 241,245 ----
              try:
                  mode = os.path.splitext(filename)[1]
+                 mode = mode[1:]
              except:
                  pass




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to