Author: dmeyer
Date: Wed Dec 6 22:05:38 2006
New Revision: 2167
Modified:
trunk/metadata/src/disc/dvdinfo.py
Log:
make aspect float
Modified: trunk/metadata/src/disc/dvdinfo.py
==============================================================================
--- trunk/metadata/src/disc/dvdinfo.py (original)
+++ trunk/metadata/src/disc/dvdinfo.py Wed Dec 6 22:05:38 2006
@@ -48,7 +48,7 @@
_video_width = (720, 704, 352, 352)
_video_fps = (0, 25.00, 0, 29.97);
_video_format = ('NTSC', 'PAL')
-_video_aspect = ("4/3", "16/9", None, "16/9");
+_video_aspect = (float(4) / 3, float(16) / 9, 1, float(16) / 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