diff options
author | Hans de Goede <hdegoede@redhat.com> | 2010-07-01 20:32:15 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2010-07-01 20:32:15 +0200 |
commit | abccc7a35487fea9b75fe8af7f6e8b78118fa15d (patch) | |
tree | 6e56269c4f39dde80bf239c402d36fee2d5c91d3 /include | |
parent | 8ddb7215024d41644fcd0ba5325c7bd9a2548ddf (diff) |
libv4l: Add support for konica yuv420 format
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index cb91d238..b73fe205 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -363,6 +363,7 @@ struct v4l2_pix_format { #define V4L2_PIX_FMT_STV0680 v4l2_fourcc('S', '6', '8', '0') /* stv0680 bayer */ #define V4L2_PIX_FMT_TM6000 v4l2_fourcc('T', 'M', '6', '0') /* tm5600/tm60x0 */ #define V4L2_PIX_FMT_CIT_YYVYUY v4l2_fourcc('C', 'I', 'T', 'V') /* one line of Y then 1 line of VYUY */ +#define V4L2_PIX_FMT_KONICA420 v4l2_fourcc('K', 'O', 'N', 'I') /* YUV420 planar in blocks of 256 pixels */ /* * F O R M A T E N U M E R A T I O N |