aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/svq1.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/svq1.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/svq1.h')
-rw-r--r--image/codecs/svq1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/image/codecs/svq1.h b/image/codecs/svq1.h
index 687f7615d4..236b810294 100644
--- a/image/codecs/svq1.h
+++ b/image/codecs/svq1.h
@@ -36,8 +36,7 @@ namespace Image {
/**
* Sorenson Vector Quantizer 1 decoder.
*
- * Used in video:
- * - QuickTimeDecoder
+ * Used by PICT/QuickTime.
*/
class SVQ1Decoder : public Codec {
public: