aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/codec.h
diff options
context:
space:
mode:
authorMatthew Hoops2014-02-27 21:27:25 -0500
committerMatthew Hoops2014-02-28 00:32:06 -0500
commit57aa610f0c6199fbe41fc5de495356aa29fae6b8 (patch)
treef92d798c1591c98160155882cd360a00915ef687 /image/codecs/codec.h
parentacec700c11040320122ed86cd5f1dad20de2d2a8 (diff)
downloadscummvm-rg350-57aa610f0c6199fbe41fc5de495356aa29fae6b8.tar.gz
scummvm-rg350-57aa610f0c6199fbe41fc5de495356aa29fae6b8.tar.bz2
scummvm-rg350-57aa610f0c6199fbe41fc5de495356aa29fae6b8.zip
IMAGE: Update comments
Diffstat (limited to 'image/codecs/codec.h')
-rw-r--r--image/codecs/codec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/image/codecs/codec.h b/image/codecs/codec.h
index 89c8ec9bf5..d87758e65e 100644
--- a/image/codecs/codec.h
+++ b/image/codecs/codec.h
@@ -44,6 +44,10 @@ namespace Image {
* An ImageDecoder can always be a Codec, but a Codec may not necessarily
* be able to be an ImageDecoder.
*
+ * Used in image:
+ * - BitmapDecoder
+ * - PICTDecoder
+ *
* Used in video:
* - AVIDecoder
* - QuickTimeDecoder