Author: tack
Date: Wed Dec  6 22:53:58 2006
New Revision: 2168

Modified:
   trunk/metadata/src/disc/dvdinfo.py

Log:
Better form; remove spurious semicolons


Modified: trunk/metadata/src/disc/dvdinfo.py
==============================================================================
--- trunk/metadata/src/disc/dvdinfo.py  (original)
+++ trunk/metadata/src/disc/dvdinfo.py  Wed Dec  6 22:53:58 2006
@@ -46,9 +46,9 @@
 
 _video_height = (480, 576, 0, 576)
 _video_width  = (720, 704, 352, 352)
-_video_fps    = (0, 25.00, 0, 29.97);
+_video_fps    = (0, 25.00, 0, 29.97)
 _video_format = ('NTSC', 'PAL')
-_video_aspect = (float(4) / 3, float(16) / 9, 1, float(16) / 9);
+_video_aspect = (4.0 / 3, 16.0 / 9, 1.0, 16.0 / 9)
 
 class DVDVideo(mediainfo.VideoInfo):
     def __init__(self, data):

-------------------------------------------------------------------------
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