aboutsummaryrefslogtreecommitdiff
path: root/image/image_decoder.h
diff options
context:
space:
mode:
authorMatthew Hoops2014-02-27 21:27:24 -0500
committerMatthew Hoops2014-02-28 00:27:37 -0500
commite6717aaf43c7a25d426502a6d5d7028d50aab255 (patch)
treee00323b32bc35bed7157aeb2abbba7a8be86bb2a /image/image_decoder.h
parentc432b96cf667a1b7f1386cc4c97fcf5411690f7d (diff)
downloadscummvm-rg350-e6717aaf43c7a25d426502a6d5d7028d50aab255.tar.gz
scummvm-rg350-e6717aaf43c7a25d426502a6d5d7028d50aab255.tar.bz2
scummvm-rg350-e6717aaf43c7a25d426502a6d5d7028d50aab255.zip
IMAGE: Clarify difference between ImageDecoder and Codec a bit
Diffstat (limited to 'image/image_decoder.h')
-rw-r--r--image/image_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/image/image_decoder.h b/image/image_decoder.h
index 08fa4d82b4..4d3512e0f6 100644
--- a/image/image_decoder.h
+++ b/image/image_decoder.h
@@ -39,6 +39,8 @@ namespace Image {
/**
* A representation of an image decoder that maintains ownership of the surface
* and palette it decodes to.
+ *
+ * This is designed for still frames only.
*/
class ImageDecoder {
public: