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

Modified Files:
        mplayer.py 
Log Message:
fixed copy paste error

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** mplayer.py  9 Dec 2003 19:43:22 -0000       1.47
--- mplayer.py  9 Dec 2003 20:40:13 -0000       1.48
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.48  2003/12/09 20:40:13  dischi
+ # fixed copy paste error
+ #
  # Revision 1.47  2003/12/09 19:43:22  dischi
  # subtitle file and audio file support
***************
*** 294,299 ****
              command += ['-sub', f]
  
!         if self.audio_file:
!             d, f = util.resolve_media_mountdir(self.audio_file)
              util.mount(d)
              command += ['-audiofile', f]
--- 297,302 ----
              command += ['-sub', f]
  
!         if item.audio_file:
!             d, f = util.resolve_media_mountdir(item.audio_file)
              util.mount(d)
              command += ['-audiofile', f]




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to