From 1f233be2e4ab288fb98480aecdd0d7f2d5d0dd99 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 4 Dec 2012 21:15:44 -0500 Subject: VIDEO: Add some documentation to Codec and its derivatives --- video/codecs/smc.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'video/codecs/smc.h') 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); -- cgit v1.2.3