Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv24833

Modified Files:
        xine.py 
Log Message:
prevent crash when interlacing

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** xine.py     2 Aug 2003 16:21:24 -0000       1.6
--- xine.py     4 Aug 2003 19:01:57 -0000       1.7
***************
*** 29,32 ****
--- 29,35 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.7  2003/08/04 19:01:57  dischi
+ # prevent crash when interlacing
+ #
  # Revision 1.6  2003/08/02 16:21:24  dischi
  # wait for child to exit
***************
*** 197,201 ****
          if item.deinterlace:
              if (config.XINE_VO_DEV == 'vidix' or self.xine_type == 'fb') and \
!                    self.version > 021:
                  command = '%s --post tvtime' % command
              else:
--- 200,204 ----
          if item.deinterlace:
              if (config.XINE_VO_DEV == 'vidix' or self.xine_type == 'fb') and \
!                    self.xine_version > 921:
                  command = '%s --post tvtime' % command
              else:




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to