From: Martin Hostettler Date: Thu, 20 Jan 2011 23:00:29 +0000 (+0100) Subject: media-ctl: subdev: add Y8 format. X-Git-Url: https://git.ideasonboard.org/media-ctl.git/commitdiff_plain/5c4174234927f4e38a457ce15649e76b596d2fb1 media-ctl: subdev: add Y8 format. --- diff --git a/subdev.c b/subdev.c index f36a8e7..0582e8a 100644 --- a/subdev.c +++ b/subdev.c @@ -37,6 +37,7 @@ static struct { const char *name; enum v4l2_mbus_pixelcode code; } mbus_formats[] = { + { "Y8", V4L2_MBUS_FMT_Y8_1X8}, { "YUYV", V4L2_MBUS_FMT_YUYV8_1X16 }, { "UYVY", V4L2_MBUS_FMT_UYVY8_1X16 }, { "SGRBG10", V4L2_MBUS_FMT_SGRBG10_1X10 },