Author: tack
Date: Tue Dec 12 03:45:33 2006
New Revision: 2226

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

Log:
Fix exception when encountering unknown header in asf file.


Modified: trunk/metadata/src/video/asfinfo.py
==============================================================================
--- trunk/metadata/src/video/asfinfo.py (original)
+++ trunk/metadata/src/video/asfinfo.py Tue Dec 12 03:45:33 2006
@@ -370,8 +370,8 @@
                     log.debug("Unparsed %s [%d]" % (h,objsize))
                     break
             else:
-                r = "%.8X-%.4X-%.4X-%.2X%.2X-%s" % guid
-                log.debug("unknown: %s [%d]" % (r, objsize))
+                u = "%.8X-%.4X-%.4X-%.2X%.2X-%s" % guid
+                log.debug("unknown: %s [%d]" % (u, objsize))
         return r
 
 

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