Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv17259

Modified Files:
        freevo_config.py local_conf.py.example 
Log Message:
small fix and addition to MPLAYER_SOFTWARE_SCALER

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.242
retrieving revision 1.243
diff -C2 -d -r1.242 -r1.243
*** freevo_config.py    31 Aug 2003 17:15:28 -0000      1.242
--- freevo_config.py    31 Aug 2003 17:28:37 -0000      1.243
***************
*** 754,758 ****
  # as mplayer option, the software scaler will also not be used.
  # A good value for this variable is
! # MPLAYER_SOFTWARE_SCALER = " -subfont-text-scale 5 -fs -sws 2 -vf 
scale=%s:-3,expand=%s:%s " % ( CONF.width, CONF.width, CONF.HEIGHT )
  #
  MPLAYER_SOFTWARE_SCALER = ''
--- 754,761 ----
  # as mplayer option, the software scaler will also not be used.
  # A good value for this variable is
! # MPLAYER_SOFTWARE_SCALER = "-subfont-text-scale 5 -fs -sws 2 -vf scale=%s:-3,"\
! #                           "expand=%s:%s " % ( CONF.width, CONF.width, CONF.height )
! # older versions of mplayer may need
! # MPLAYER_SOFTWARE_SCALER = '-xy %s -sws 2 -vop scale:-1:-1:-1:100' % CONF.width
  #
  MPLAYER_SOFTWARE_SCALER = ''

Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** local_conf.py.example       25 Aug 2003 18:44:31 -0000      1.5
--- local_conf.py.example       31 Aug 2003 17:28:37 -0000      1.6
***************
*** 405,409 ****
  # as mplayer option, the software scaler will also not be used.
  # A good value for this variable is
! # MPLAYER_SOFTWARE_SCALER = " -subfont-text-scale 5 -fs -sws 2 -vf 
scale=%s:-3,expand=%s:%s " % ( CONF.width, CONF.width, CONF.HEIGHT )
  #
  
--- 405,412 ----
  # as mplayer option, the software scaler will also not be used.
  # A good value for this variable is
! # MPLAYER_SOFTWARE_SCALER = "-subfont-text-scale 5 -fs -sws 2 -vf scale=%s:-3,"\
! #                           "expand=%s:%s " % ( CONF.width, CONF.width, CONF.height )
! # older versions of mplayer may need
! # MPLAYER_SOFTWARE_SCALER = '-xy %s -sws 2 -vop scale:-1:-1:-1:100' % CONF.width
  #
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to