summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-09-07 02:14:39 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-10-24 16:00:13 +0300
commit4871e49a788c34f19e243ffce34a8ed9a0b702e6 (patch)
tree37c66b2e4f33fbdd893f71e63323db2d63e79b44
parent2fb40d5f40e95e792f6d9f6fd57856697c9091c0 (diff)
Add HSV24 and HSV32 formats support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r--yavta.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/yavta.c b/yavta.c
index 95821a5..e5c4647 100644
--- a/yavta.c
+++ b/yavta.c
@@ -171,6 +171,8 @@ static struct v4l2_format_info {
{ "RGB32", V4L2_PIX_FMT_RGB32, 1 },
{ "ARGB32", V4L2_PIX_FMT_ARGB32, 1 },
{ "XRGB32", V4L2_PIX_FMT_XRGB32, 1 },
+ { "HSV24", V4L2_PIX_FMT_HSV24, 1 },
+ { "HSV32", V4L2_PIX_FMT_HSV32, 1 },
{ "Y8", V4L2_PIX_FMT_GREY, 1 },
{ "Y10", V4L2_PIX_FMT_Y10, 1 },
{ "Y12", V4L2_PIX_FMT_Y12, 1 },