mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
media: videodev.h: add missing p_hdr10_* pointers
The HDR10 standard compound controls were missing the corresponding pointers in videodev2.h. Add these and document them. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
70be8a8401
commit
26846dda3e
@@ -1838,6 +1838,8 @@ struct v4l2_ext_control {
|
||||
struct v4l2_ctrl_av1_tile_group_entry __user *p_av1_tile_group_entry;
|
||||
struct v4l2_ctrl_av1_frame __user *p_av1_frame;
|
||||
struct v4l2_ctrl_av1_film_grain __user *p_av1_film_grain;
|
||||
struct v4l2_ctrl_hdr10_cll_info __user *p_hdr10_cll_info;
|
||||
struct v4l2_ctrl_hdr10_mastering_display __user *p_hdr10_mastering_display;
|
||||
void __user *ptr;
|
||||
};
|
||||
} __attribute__ ((packed));
|
||||
|
||||
Reference in New Issue
Block a user