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

Modified Files:
        mplayer.py 
Log Message:
remove debug

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** mplayer.py  1 Jan 2005 17:07:32 -0000       1.96
--- mplayer.py  1 Jan 2005 18:48:53 -0000       1.97
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.97  2005/01/01 18:48:53  dischi
+ # remove debug
+ #
  # Revision 1.96  2005/01/01 17:07:32  dischi
  # fix crash
***************
*** 191,195 ****
                  if hasattr(item, 'mplayer_audio_broken') and \
                         item.mplayer_audio_broken:
!                     print '*** dvd audio broken, try without alang ***'
                  else:
                      additional_args += [ '-alang', config.DVD_LANG_PREF ]
--- 194,198 ----
                  if hasattr(item, 'mplayer_audio_broken') and \
                         item.mplayer_audio_broken:
!                     log.warning('dvd audio broken, try without alang')
                  else:
                      additional_args += [ '-alang', config.DVD_LANG_PREF ]
***************
*** 327,331 ****
                  self.fifoname = bmovlcanvas.create_fifo()
                  command += [ '-vf', 'bmovl=1:0:%s' % self.fifoname ]
!                 print '-%s-%s-' % (self.fifoname, command[-1])
          self.plugins = plugin.get('mplayer_video')
  
--- 330,334 ----
                  self.fifoname = bmovlcanvas.create_fifo()
                  command += [ '-vf', 'bmovl=1:0:%s' % self.fifoname ]
! 
          self.plugins = plugin.get('mplayer_video')
  



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to