diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-12-03 12:13:49 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-12-03 12:13:49 +0100 |
commit | 24b88169ff86674aa18b5897cbd1e608a603fa79 (patch) | |
tree | 86629c36c665d076244508516cdef92fff160112 /utils/v4l2-compliance | |
parent | 0aee9991e0c005f8af7b08e20bfee47855451b5c (diff) |
v4l-utils: sync with media_tree master
The FWHT stateless codec API is now an official public API,
so this required a few changes.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'utils/v4l2-compliance')
-rw-r--r-- | utils/v4l2-compliance/v4l2-test-controls.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/utils/v4l2-compliance/v4l2-test-controls.cpp b/utils/v4l2-compliance/v4l2-test-controls.cpp index d9c13b4e..839132b6 100644 --- a/utils/v4l2-compliance/v4l2-test-controls.cpp +++ b/utils/v4l2-compliance/v4l2-test-controls.cpp @@ -609,9 +609,6 @@ int testExtendedControls(struct node *node) if (is_vivid && V4L2_CTRL_ID2WHICH(qctrl.id) == V4L2_CTRL_CLASS_VIVID) continue; - // Skip V4L2_CID_MPEG_VIDEO_FWHT_PARAMS for now - if (qctrl.id == (V4L2_CID_MPEG_BASE + 292)) - continue; info("checking extended control '%s' (0x%08x)\n", qctrl.name, qctrl.id); ctrl.id = qctrl.id; @@ -724,9 +721,7 @@ int testExtendedControls(struct node *node) if (qctrl.flags & (V4L2_CTRL_FLAG_READ_ONLY | V4L2_CTRL_FLAG_WRITE_ONLY)) continue; - // Skip V4L2_CID_MPEG_VIDEO_FWHT_PARAMS for now - if (qctrl.id == (V4L2_CID_MPEG_BASE + 292)) - continue; + ctrl.id = qctrl.id; ctrl.size = 0; if (qctrl.flags & V4L2_CTRL_FLAG_HAS_PAYLOAD) { |