Author: dmeyer
Date: Tue Dec 12 18:09:58 2006
New Revision: 2229

Modified:
   trunk/metadata/src/video/mpeginfo.py

Log:
do not clean end if not found in one frame

Modified: trunk/metadata/src/video/mpeginfo.py
==============================================================================
--- trunk/metadata/src/video/mpeginfo.py        (original)
+++ trunk/metadata/src/video/mpeginfo.py        Tue Dec 12 18:09:58 2006
@@ -787,7 +787,7 @@
             pos = self.__search__(buffer)
             if pos == None:
                 break
-            end    = self.get_time(buffer[pos:])
+            end = self.get_time(buffer[pos:]) or end
             buffer = buffer[pos+100:]
 
         file.close()

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