diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-10-24 16:02:52 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-10-24 16:03:04 +0300 |
commit | dd0a2c963b09e52094b1694b52c928aaa336e9c7 (patch) | |
tree | 907c96e8ad67dc7ed02c9e43872acde83211336c /yavta.c | |
parent | 4871e49a788c34f19e243ffce34a8ed9a0b702e6 (diff) |
Add YVU 3-planar formats support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'yavta.c')
-rw-r--r-- | yavta.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -194,6 +194,9 @@ static struct v4l2_format_info { { "YUV420M", V4L2_PIX_FMT_YUV420M, 3 }, { "YUV422M", V4L2_PIX_FMT_YUV422M, 3 }, { "YUV444M", V4L2_PIX_FMT_YUV444M, 3 }, + { "YVU420M", V4L2_PIX_FMT_YVU420M, 3 }, + { "YVU422M", V4L2_PIX_FMT_YVU422M, 3 }, + { "YVU444M", V4L2_PIX_FMT_YVU444M, 3 }, { "SBGGR8", V4L2_PIX_FMT_SBGGR8, 1 }, { "SGBRG8", V4L2_PIX_FMT_SGBRG8, 1 }, { "SGRBG8", V4L2_PIX_FMT_SGRBG8, 1 }, |