Author: duncan
Date: Sun Oct 15 08:21:11 2006
New Revision: 8375

Modified:
   branches/rel-1-5/freevo/src/video/plugins/mplayer.py

Log:
[ 1576832 ] Don't autocrop on streams
Fix applied.


Modified: branches/rel-1-5/freevo/src/video/plugins/mplayer.py
==============================================================================
--- branches/rel-1-5/freevo/src/video/plugins/mplayer.py        (original)
+++ branches/rel-1-5/freevo/src/video/plugins/mplayer.py        Sun Oct 15 
08:21:11 2006
@@ -26,7 +26,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
-# ----------------------------------------------------------------------- */
+# -----------------------------------------------------------------------
 
 
 import os, re
@@ -230,7 +230,7 @@
             command.remove('')
 
         # autocrop
-        if config.MPLAYER_AUTOCROP and str(' ').join(command).find('crop=') == 
-1:
+        if config.MPLAYER_AUTOCROP and not item.network_play and str(' 
').join(command).find('crop=') == -1:
             _debug_('starting autocrop')
             (x1, y1, x2, y2) = (1000, 1000, 0, 0)
             crop_cmd = command[1:] + ['-ao', 'null', '-vo', 'null', '-ss', 
'60',

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to