Format the QuickTime codec's OSType as a string, not a number. Before: (compressed QuickTime data uses codec 57524C45); after: (compressed QuickTime data uses codec 'WRLE' [0x57524C45]).
The inclusion of ResourceFile.hh just for string_for_resource_type is a bit ugly; these conversion-to-string functions should probably get their own file.
Format the QuickTime codec's OSType as a string, not a number. Before:
(compressed QuickTime data uses codec 57524C45)
; after:(compressed QuickTime data uses codec 'WRLE' [0x57524C45])
.The inclusion of
ResourceFile.hh
just forstring_for_resource_type
is a bit ugly; these conversion-to-string functions should probably get their own file.