aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/codec.h
diff options
context:
space:
mode:
authorMatthew Hoops2014-02-27 21:27:25 -0500
committerMatthew Hoops2014-02-28 00:32:06 -0500
commitacec700c11040320122ed86cd5f1dad20de2d2a8 (patch)
tree501426eba2b1b2c8aa66748d8152db6e703d94d0 /image/codecs/codec.h
parent05e9ff136ae059622a0262380be7bc6460d204f0 (diff)
downloadscummvm-rg350-acec700c11040320122ed86cd5f1dad20de2d2a8.tar.gz
scummvm-rg350-acec700c11040320122ed86cd5f1dad20de2d2a8.tar.bz2
scummvm-rg350-acec700c11040320122ed86cd5f1dad20de2d2a8.zip
IMAGE: Share the same pool of codecs between PICT and QuickTime
Diffstat (limited to 'image/codecs/codec.h')
-rw-r--r--image/codecs/codec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/image/codecs/codec.h b/image/codecs/codec.h
index 87d6d6b998..89c8ec9bf5 100644
--- a/image/codecs/codec.h
+++ b/image/codecs/codec.h
@@ -89,6 +89,11 @@ public:
*/
Codec *createBitmapCodec(uint32 tag, int width, int height, int bitsPerPixel);
+/**
+ * Create a codec given a QuickTime compression tag.
+ */
+Codec *createQuickTimeCodec(uint32 tag, int width, int height, int bitsPerPixel);
+
} // End of namespace Image
#endif