aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/bmp_raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/bmp_raw.h')
-rw-r--r--image/codecs/bmp_raw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/image/codecs/bmp_raw.h b/image/codecs/bmp_raw.h
index d589d7ef22..99509a1708 100644
--- a/image/codecs/bmp_raw.h
+++ b/image/codecs/bmp_raw.h
@@ -30,8 +30,7 @@ namespace Image {
/**
* Bitmap raw image decoder.
*
- * Used in image:
- * - BitmapDecoder
+ * Used by BMP/AVI.
*/
class BitmapRawDecoder : public Codec {
public: