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

Modified Files:
        configure.py 
Log Message:
check for type first

Index: configure.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/configure.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** configure.py        29 Dec 2003 22:08:54 -0000      1.20
--- configure.py        10 Jan 2004 18:45:00 -0000      1.21
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.21  2004/01/10 18:45:00  dischi
+ # check for type first
+ #
  # Revision 1.20  2003/12/29 22:08:54  dischi
  # move to new Item attributes
***************
*** 183,187 ****
      if item.mode in ('dvd', 'vcd') or \
             (item.filename and item.info.has_key('type') and \
!             item.info['type'].lower().find('mpeg') != -1):
          items += [ add_toogle(_('deinterlacing'), item, 'deinterlace') ]
      return items
--- 186,190 ----
      if item.mode in ('dvd', 'vcd') or \
             (item.filename and item.info.has_key('type') and \
!             item.info['type'] and item.info['type'].lower().find('mpeg') != -1):
          items += [ add_toogle(_('deinterlacing'), item, 'deinterlace') ]
      return items




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to