Author: dmeyer
Date: Mon Apr  9 09:08:42 2007
New Revision: 2612

Modified:
   trunk/popcorn/src/backends/mplayer/player.py

Log:
fix typo

Modified: trunk/popcorn/src/backends/mplayer/player.py
==============================================================================
--- trunk/popcorn/src/backends/mplayer/player.py        (original)
+++ trunk/popcorn/src/backends/mplayer/player.py        Mon Apr  9 09:08:42 2007
@@ -495,7 +495,7 @@
             filters.append(config.mplayer.deinterlacer)
 
 
-        self._media.get('corrupt'):
+        if self._media.get('corrupt'):
             # File marked as corrupt. This happens for avi and mkv files
             # with no index. To make seeking work, add -idx
             args.append('-idx')

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to