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: support HEVC controls
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Mon Jul 18 09:21:10 2022 +0200

Support the new HEVC stateless decoder controls.

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

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

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=950df5a215fb2f6d3624190729c4e861bcdc7009
diff --git a/utils/v4l2-ctl/v4l2-ctl-common.cpp 
b/utils/v4l2-ctl/v4l2-ctl-common.cpp
index 89a9553db466..7d1340479182 100644
--- a/utils/v4l2-ctl/v4l2-ctl-common.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl-common.cpp
@@ -623,6 +623,21 @@ static void print_qctrl(int fd, const v4l2_query_ext_ctrl 
&qc,
        case V4L2_CTRL_TYPE_H264_PRED_WEIGHTS:
                printf("%31s %#8.8x (h264-pred-weights):", s.c_str(), qc.id);
                break;
+       case V4L2_CTRL_TYPE_HEVC_SPS:
+               printf("%31s %#8.8x (hevc-sps):", s.c_str(), qc.id);
+               break;
+       case V4L2_CTRL_TYPE_HEVC_PPS:
+               printf("%31s %#8.8x (hevc-sps):", s.c_str(), qc.id);
+               break;
+       case V4L2_CTRL_TYPE_HEVC_SLICE_PARAMS:
+               printf("%31s %#8.8x (hevc-slice-params):", s.c_str(), qc.id);
+               break;
+       case V4L2_CTRL_TYPE_HEVC_SCALING_MATRIX:
+               printf("%31s %#8.8x (hevc-scaling-matrix):", s.c_str(), qc.id);
+               break;
+       case V4L2_CTRL_TYPE_HEVC_DECODE_PARAMS:
+               printf("%31s %#8.8x (hevc-decode-params):", s.c_str(), qc.id);
+               break;
        case V4L2_CTRL_TYPE_VP8_FRAME:
                printf("%31s %#8.8x (vp8-frame):", s.c_str(), qc.id);
                break;

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

Reply via email to