summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorMichel Bardiaux <mbardiaux@mediaxim.be>2007-06-20 08:18:04 +0000
committerMichel Bardiaux <mbardiaux@mediaxim.be>2007-06-20 08:18:04 +0000
commit4fc3d23ffe3439377a51161d5dedefda10d222e4 (patch)
tree6937b2e34d44a7ad70f51e9375cb1bad9be7e79a /libavutil/avutil.h
parent64e26e8c27cfdadb69a62898fb2fa7c223920f50 (diff)
Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK
Thread: PIX_FMT_MONOWHITE Originally committed as revision 9373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index e010ed3567..041f596b50 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -76,8 +76,8 @@ enum PixelFormat {
PIX_FMT_RGB565, ///< Packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), in cpu endianness
PIX_FMT_RGB555, ///< Packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), in cpu endianness most significant bit to 0
PIX_FMT_GRAY8, ///< Y , 8bpp
- PIX_FMT_MONOWHITE, ///< Y , 1bpp, 1 is white
- PIX_FMT_MONOBLACK, ///< Y , 1bpp, 0 is black
+ PIX_FMT_MONOWHITE, ///< Y , 1bpp, 0 is white, 1 is black
+ PIX_FMT_MONOBLACK, ///< Y , 1bpp, 0 is black, 1 is white
PIX_FMT_PAL8, ///< 8 bit with PIX_FMT_RGB32 palette
PIX_FMT_YUVJ420P, ///< Planar YUV 4:2:0, 12bpp, full scale (jpeg)
PIX_FMT_YUVJ422P, ///< Planar YUV 4:2:2, 16bpp, full scale (jpeg)