Author: duncan
Date: Fri Oct 20 13:53:50 2006
New Revision: 8434
Modified:
branches/rel-1-6/freevo/src/video/plugins/mplayer.py
Log:
[ 1581274 ] empty vf option in local_conf.py
Modified patch applied
Modified: branches/rel-1-6/freevo/src/video/plugins/mplayer.py
==============================================================================
--- branches/rel-1-6/freevo/src/video/plugins/mplayer.py (original)
+++ branches/rel-1-6/freevo/src/video/plugins/mplayer.py Fri Oct 20
13:53:50 2006
@@ -185,9 +185,9 @@
if item.selected_audio != None:
additional_args += [ '-aid', str(item.selected_audio) ]
- if item['deinterlace']:
+ if item['deinterlace'] and not config.MPLAYER_VF_INTERLACED:
additional_args += [ '-vf', config.MPLAYER_VF_INTERLACED ]
- else:
+ elif not config.MPLAYER_VF_PROGRESSIVE:
additional_args += [ '-vf', config.MPLAYER_VF_PROGRESSIVE ]
mode = item.mimetype
-------------------------------------------------------------------------
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