aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/msrle.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/msrle.h')
-rw-r--r--image/codecs/msrle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/image/codecs/msrle.h b/image/codecs/msrle.h
index a65ef1c41d..116b1bcbf6 100644
--- a/image/codecs/msrle.h
+++ b/image/codecs/msrle.h
@@ -30,8 +30,7 @@ namespace Image {
/**
* Microsoft Run-Length Encoding decoder.
*
- * Used in video:
- * - AVIDecoder
+ * Used by BMP/AVI.
*/
class MSRLEDecoder : public Codec {
public: