Author: dmeyer
Date: Mon Feb 5 11:36:39 2007
New Revision: 2459
Modified:
trunk/metadata/src/video/asf.py
Log:
fix crash on encrypted files
Modified: trunk/metadata/src/video/asf.py
==============================================================================
--- trunk/metadata/src/video/asf.py (original)
+++ trunk/metadata/src/video/asf.py Mon Feb 5 11:36:39 2007
@@ -359,9 +359,7 @@
elif guid == GUIDS['ASF_Content_Encryption_Object'] or \
guid == GUIDS['ASF_Extended_Content_Encryption_Object']:
- self.encrypted = True
- if encrypted:
- self._set('encrypted', True)
+ self._set('encrypted', True)
else:
# Just print the type:
for h in GUIDS.keys():
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog