Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23094/src/video/plugins
Modified Files:
Tag: rel-1-5
mplayer.py
Log Message:
Port MPLAYER_VF_INTERLACED and MPLAYER_VF_INTERLACED for 2.0 to 1.5.3
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.73.2.3
retrieving revision 1.73.2.4
diff -C2 -d -r1.73.2.3 -r1.73.2.4
*** mplayer.py 11 Sep 2004 16:25:34 -0000 1.73.2.3
--- mplayer.py 9 Jan 2005 10:08:25 -0000 1.73.2.4
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.73.2.4 2005/01/09 10:08:25 dischi
+ # Port MPLAYER_VF_INTERLACED and MPLAYER_VF_INTERLACED for 2.0 to 1.5.3
+ #
# Revision 1.73.2.3 2004/09/11 16:25:34 dischi
# fix subtitle activation
***************
*** 256,264 ****
if self.version >= 1 and item['deinterlace']:
! additional_args += [ '-vf', 'pp=de/fd' ]
elif item['deinterlace']:
! additional_args += [ '-vop', 'pp=fd' ]
elif self.version >= 1:
! additional_args += [ '-vf', 'pp=de' ]
mode = item.mimetype
--- 259,267 ----
if self.version >= 1 and item['deinterlace']:
! additional_args += [ '-vf', config.MPLAYER_VF_INTERLACED ]
elif item['deinterlace']:
! additional_args += [ '-vop', config.MPLAYER_VF_INTERLACED ]
elif self.version >= 1:
! additional_args += [ '-vf', config.MPLAYER_VF_PROGRESSIVE ]
mode = item.mimetype
-------------------------------------------------------
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