diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-10-13 10:12:42 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2006-10-13 10:12:42 +0200 |
commit | 477883c9a396fef3696c00a138f20d50629aae62 (patch) | |
tree | fa910b22d4176e55a3d9b572bb4827cc17047bd6 /linux | |
parent | e9321e8ac5931fbb87ecce237d5b7ea9e4436672 (diff) | |
download | mediapointer-dvb-s2-477883c9a396fef3696c00a138f20d50629aae62.tar.gz mediapointer-dvb-s2-477883c9a396fef3696c00a138f20d50629aae62.tar.bz2 |
HM12 is YUV 4:2:0, not YUV 4:1:1
From: Hans Verkuil <hverkuil@xs4all.nl>
Fix comment in videodev2.h
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/include/linux/videodev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index f886a85ac..bd484d60a 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -243,7 +243,7 @@ struct v4l2_pix_format #define V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y','U','1','2') /* 12 YUV 4:2:0 */ #define V4L2_PIX_FMT_YYUV v4l2_fourcc('Y','Y','U','V') /* 16 YUV 4:2:2 */ #define V4L2_PIX_FMT_HI240 v4l2_fourcc('H','I','2','4') /* 8 8-bit color */ -#define V4L2_PIX_FMT_HM12 v4l2_fourcc('H','M','1','2') /* 8 YUV 4:1:1 16x16 macroblocks */ +#define V4L2_PIX_FMT_HM12 v4l2_fourcc('H','M','1','2') /* 8 YUV 4:2:0 16x16 macroblocks */ /* see http://www.siliconimaging.com/RGB%20Bayer.htm */ #define V4L2_PIX_FMT_SBGGR8 v4l2_fourcc('B','A','8','1') /* 8 BGBG.. GRGR.. */ |