Author: duncan
Date: Thu Jul  5 15:34:46 2007
New Revision: 9746

Log:
[ 1742711 ] Broken svn version of autovars in videoitem.py
Correction applied from the discussion with Valera Koval


Modified:
   branches/rel-1/freevo/src/video/videoitem.py

Modified: branches/rel-1/freevo/src/video/videoitem.py
==============================================================================
--- branches/rel-1/freevo/src/video/videoitem.py        (original)
+++ branches/rel-1/freevo/src/video/videoitem.py        Thu Jul  5 15:34:46 2007
@@ -134,7 +134,7 @@
             if discset_information.has_key(fid):
                 self.mplayer_options = discset_information[fid]
 
-        if config.VIDEO_DEINTERLACE and self.info['deinterlace']:
+        if config.VIDEO_DEINTERLACE and self.info['interlaced']:
             # force deinterlacing
             self['deinterlace'] = True
         else:

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to