aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/smc.h
diff options
context:
space:
mode:
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);