aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/cdtoons.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/codecs/cdtoons.h')
-rw-r--r--video/codecs/cdtoons.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/video/codecs/cdtoons.h b/video/codecs/cdtoons.h
index 8f6d3acb6e..e6b7aab5f8 100644
--- a/video/codecs/cdtoons.h
+++ b/video/codecs/cdtoons.h
@@ -38,6 +38,12 @@ struct CDToonsBlock {
byte *data;
};
+/**
+ * Broderbund CDToons decoder.
+ *
+ * Used in video:
+ * - QuickTimeDecoder
+ */
class CDToonsDecoder : public Codec {
public:
CDToonsDecoder(uint16 width, uint16 height);