diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-16 01:35:27 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-16 01:42:05 +0300 |
commit | 72dfdee26cd792ffa09022b37d465b4a0bc90360 (patch) | |
tree | aad41a8cc185b46b6d988a0f0ea574bf360be025 /yavta.c | |
parent | a9c83197e35c211f253a5ff9dc93f7dcdc97b9f8 (diff) |
Add YUV422M and YUV444M support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'yavta.c')
-rw-r--r-- | yavta.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -190,6 +190,8 @@ static struct v4l2_format_info { { "NV24", V4L2_PIX_FMT_NV24, 1 }, { "NV42", V4L2_PIX_FMT_NV42, 1 }, { "YUV420M", V4L2_PIX_FMT_YUV420M, 3 }, + { "YUV422M", V4L2_PIX_FMT_YUV422M, 3 }, + { "YUV444M", V4L2_PIX_FMT_YUV444M, 3 }, { "SBGGR8", V4L2_PIX_FMT_SBGGR8, 1 }, { "SGBRG8", V4L2_PIX_FMT_SGBRG8, 1 }, { "SGRBG8", V4L2_PIX_FMT_SGRBG8, 1 }, |