summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-02-13 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-02-13 08:00:00 +0000
commitc7ecff97a4ea3df4583db6c2fe70300cd692a51f (patch)
tree05f6ee1fc3c2e0f4dc9206a8c02199644b509b55
parent4bcd2c3c087992b54de67af4357e520f2311fe95 (diff)
downloadstrace-c7ecff97a4ea3df4583db6c2fe70300cd692a51f.tar.gz
xlat: update V4L2_CTRL_TYPE_* constants
* src/xlat/v4l2_control_types.in (V4L2_CTRL_TYPE_MPEG2_QUANTISATION, V4L2_CTRL_TYPE_MPEG2_SEQUENCE, V4L2_CTRL_TYPE_MPEG2_PICTURE): New constants introduced by Linux kernel commit v5.14-rc1~165^2~241. (V4L2_CTRL_TYPE_VP9_COMPRESSED_HDR, V4L2_CTRL_TYPE_VP9_FRAME): New constants introduced by Linux kernel commit v5.17-rc1~114^2~207. (V4L2_CTRL_TYPE_HEVC_SPS, V4L2_CTRL_TYPE_HEVC_PPS, V4L2_CTRL_TYPE_HEVC_SLICE_PARAMS, V4L2_CTRL_TYPE_HEVC_SCALING_MATRIX, V4L2_CTRL_TYPE_HEVC_DECODE_PARAMS): New constants introduced by Linux kernel commit v6.0-rc1~139^2~93. * NEWS: Mention this change.
-rw-r--r--NEWS3
-rw-r--r--src/xlat/v4l2_control_types.in10
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b8704cdcb..44e15eb18 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT
netlink attributes.
* Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*, LANDLOCK_*,
- MEMBARRIER_*, NFT_*, NTF_*, V4L2_CID_*, V4L2_CTRL_*, and V4L2_PIX_*
- constants.
+ MEMBARRIER_*, NFT_*, NTF_*, and V4L2_* constants.
* Updated lists of ioctl commands from Linux 6.2.
Noteworthy changes in release 6.1 (2022-12-12)
diff --git a/src/xlat/v4l2_control_types.in b/src/xlat/v4l2_control_types.in
index 91fa4461a..9fae17d3c 100644
--- a/src/xlat/v4l2_control_types.in
+++ b/src/xlat/v4l2_control_types.in
@@ -23,3 +23,13 @@ V4L2_CTRL_TYPE_H264_DECODE_PARAMS
V4L2_CTRL_TYPE_H264_PRED_WEIGHTS
V4L2_CTRL_TYPE_FWHT_PARAMS
V4L2_CTRL_TYPE_VP8_FRAME
+V4L2_CTRL_TYPE_MPEG2_QUANTISATION
+V4L2_CTRL_TYPE_MPEG2_SEQUENCE
+V4L2_CTRL_TYPE_MPEG2_PICTURE
+V4L2_CTRL_TYPE_VP9_COMPRESSED_HDR
+V4L2_CTRL_TYPE_VP9_FRAME
+V4L2_CTRL_TYPE_HEVC_SPS
+V4L2_CTRL_TYPE_HEVC_PPS
+V4L2_CTRL_TYPE_HEVC_SLICE_PARAMS
+V4L2_CTRL_TYPE_HEVC_SCALING_MATRIX
+V4L2_CTRL_TYPE_HEVC_DECODE_PARAMS