aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/videodev2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/videodev2.h')
-rw-r--r--include/uapi/linux/videodev2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index c8e8ff810190..2ba2ad0e23fb 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -1622,8 +1622,6 @@ struct v4l2_ext_control {
1622 __u8 __user *p_u8; 1622 __u8 __user *p_u8;
1623 __u16 __user *p_u16; 1623 __u16 __user *p_u16;
1624 __u32 __user *p_u32; 1624 __u32 __user *p_u32;
1625 struct v4l2_ctrl_mpeg2_slice_params __user *p_mpeg2_slice_params;
1626 struct v4l2_ctrl_mpeg2_quantization __user *p_mpeg2_quantization;
1627 void __user *ptr; 1625 void __user *ptr;
1628 }; 1626 };
1629} __attribute__ ((packed)); 1627} __attribute__ ((packed));
@@ -1669,8 +1667,6 @@ enum v4l2_ctrl_type {
1669 V4L2_CTRL_TYPE_U8 = 0x0100, 1667 V4L2_CTRL_TYPE_U8 = 0x0100,
1670 V4L2_CTRL_TYPE_U16 = 0x0101, 1668 V4L2_CTRL_TYPE_U16 = 0x0101,
1671 V4L2_CTRL_TYPE_U32 = 0x0102, 1669 V4L2_CTRL_TYPE_U32 = 0x0102,
1672 V4L2_CTRL_TYPE_MPEG2_SLICE_PARAMS = 0x0103,
1673 V4L2_CTRL_TYPE_MPEG2_QUANTIZATION = 0x0104,
1674}; 1670};
1675 1671
1676/* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */ 1672/* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */