aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/smc.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/smc.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/smc.h')
-rw-r--r--video/codecs/smc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/video/codecs/smc.h b/video/codecs/smc.h
index f2caca977a..4b9f57410a 100644
--- a/video/codecs/smc.h
+++ b/video/codecs/smc.h
@@ -34,6 +34,12 @@ enum {
COLORS_PER_TABLE = 256
};
+/**
+ * Apple SMC decoder.
+ *
+ * Used in video:
+ * - QuickTimeDecoder
+ */
class SMCDecoder : public Codec {
public:
SMCDecoder(uint16 width, uint16 height);