aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/cdtoons.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-12-04 21:15:44 -0500
committerMatthew Hoops2012-12-04 21:15:44 -0500
commit1f233be2e4ab288fb98480aecdd0d7f2d5d0dd99 (patch)
tree7836250f761573bce89662e0d7438bd7efe9cbbd /video/codecs/cdtoons.h
parent285e1be1353dc098cff6c67d3e61535de2bbe41d (diff)
downloadscummvm-rg350-1f233be2e4ab288fb98480aecdd0d7f2d5d0dd99.tar.gz
scummvm-rg350-1f233be2e4ab288fb98480aecdd0d7f2d5d0dd99.tar.bz2
scummvm-rg350-1f233be2e4ab288fb98480aecdd0d7f2d5d0dd99.zip
VIDEO: Add some documentation to Codec and its derivatives
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);