This commit is contained in:
Kovid Goyal 2014-07-16 10:02:53 +05:30
parent 944310a7e2
commit 843624f6c2

View File

@ -186,7 +186,6 @@ class EXTHRecord(object):
536 : 'Container Info', # CONT_Header is 0, Ends with CONTAINER_BOUNDARY (or Asset_Type?) 536 : 'Container Info', # CONT_Header is 0, Ends with CONTAINER_BOUNDARY (or Asset_Type?)
538 : 'Container Resolution', 538 : 'Container Resolution',
539 : 'Container Mimetype', 539 : 'Container Mimetype',
542 : 'Unknown but changes with file name only',
543 : 'Container id', # FONT_CONTAINER, BW_CONTAINER, HD_CONTAINER 543 : 'Container id', # FONT_CONTAINER, BW_CONTAINER, HD_CONTAINER
}.get(self.type, repr(self.type)) }.get(self.type, repr(self.type))