This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: media-ctl: libv4l2subdev: Add Y16 format Author: Adrian Fiergolski <adrian.fiergol...@fastree3d.com> Date: Mon Jun 17 18:51:50 2024 +0200 Add Y16. Signed-off-by: Adrian Fiergolski <adrian.fiergol...@fastree3d.com> Signed-off-by: Hans Verkuil <hverk...@xs4all.nl> utils/media-ctl/libv4l2subdev.c | 1 + 1 file changed, 1 insertion(+) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=468fede48540d9c52f23fc68b466fb2265561ab1 diff --git a/utils/media-ctl/libv4l2subdev.c b/utils/media-ctl/libv4l2subdev.c index 163fd610dce7..629c4059ac55 100644 --- a/utils/media-ctl/libv4l2subdev.c +++ b/utils/media-ctl/libv4l2subdev.c @@ -1165,6 +1165,7 @@ static const struct { { "Y8", MEDIA_BUS_FMT_Y8_1X8 }, { "Y10", MEDIA_BUS_FMT_Y10_1X10 }, { "Y12", MEDIA_BUS_FMT_Y12_1X12 }, + { "Y16", MEDIA_BUS_FMT_Y16_1X16 }, { "YUYV", MEDIA_BUS_FMT_YUYV8_1X16 }, { "YUYV1_5X8", MEDIA_BUS_FMT_YUYV8_1_5X8 }, { "YUYV2X8", MEDIA_BUS_FMT_YUYV8_2X8 },