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: v4l2-ctl: add support for AV1 stateless control types
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Wed Oct 18 08:53:07 2023 +0200

Add support for the AV1 stateless control types so that
these are reported correctly.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 utils/v4l2-ctl/v4l2-ctl-common.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=490d0aa8953f505a9af18b1afc41267bd9e6c651
diff --git a/utils/v4l2-ctl/v4l2-ctl-common.cpp 
b/utils/v4l2-ctl/v4l2-ctl-common.cpp
index a14632a93913..0370708b7482 100644
--- a/utils/v4l2-ctl/v4l2-ctl-common.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl-common.cpp
@@ -681,6 +681,18 @@ static void print_qctrl(int fd, const v4l2_query_ext_ctrl 
&qc,
        case V4L2_CTRL_TYPE_FWHT_PARAMS:
                printf("%31s %#8.8x (fwht-params):", s.c_str(), qc.id);
                break;
+       case V4L2_CTRL_TYPE_AV1_SEQUENCE:
+               printf("%31s %#8.8x (av1-sequence):", s.c_str(), qc.id);
+               break;
+       case V4L2_CTRL_TYPE_AV1_TILE_GROUP_ENTRY:
+               printf("%31s %#8.8x (av1-tile-group-entry):", s.c_str(), qc.id);
+               break;
+       case V4L2_CTRL_TYPE_AV1_FRAME:
+               printf("%31s %#8.8x (av1-frame):", s.c_str(), qc.id);
+               break;
+       case V4L2_CTRL_TYPE_AV1_FILM_GRAIN:
+               printf("%31s %#8.8x (av1-film-grain):", s.c_str(), qc.id);
+               break;
        default:
                printf("%31s %#8.8x (unknown): type=%x",
                                s.c_str(), qc.id, qc.type);

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to