Author: duncan
Date: Sun Dec 24 21:47:57 2006
New Revision: 8796
Modified:
branches/rel-1/freevo/src/video/videoitem.py
Log:
[ 1621757 ] 'aspect' referenced before assignment
Fix by Frank Naude applied
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 Sun Dec 24 21:47:57 2006
@@ -189,6 +189,7 @@
return '%sx%s' % (self.info['width'], self.info['height'])
if key == 'aspect':
+ aspect = None
if self.info['aspect']:
aspect = str(self.info['aspect'])
aspect[:aspect.find(' ')].replace('/', ':')
-------------------------------------------------------------------------
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