aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/msvideo1.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/msvideo1.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/msvideo1.h')
-rw-r--r--video/codecs/msvideo1.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/video/codecs/msvideo1.h b/video/codecs/msvideo1.h
index 767eece580..047d542743 100644
--- a/video/codecs/msvideo1.h
+++ b/video/codecs/msvideo1.h
@@ -27,6 +27,12 @@
namespace Video {
+/**
+ * Microsoft Video 1 decoder.
+ *
+ * Used in video:
+ * - AVIDecoder
+ */
class MSVideo1Decoder : public Codec {
public:
MSVideo1Decoder(uint16 width, uint16 height, byte bitsPerPixel);