aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/videodev2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index 35f4a060fafe..e35ad6ca1e8a 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -1714,10 +1714,10 @@ struct v4l2_pix_format_mplane {
1714} __attribute__ ((packed)); 1714} __attribute__ ((packed));
1715 1715
1716/** 1716/**
1717 * struct v4l2_format_sdr - SDR format definition 1717 * struct v4l2_sdr_format - SDR format definition
1718 * @pixelformat: little endian four character code (fourcc) 1718 * @pixelformat: little endian four character code (fourcc)
1719 */ 1719 */
1720struct v4l2_format_sdr { 1720struct v4l2_sdr_format {
1721 __u32 pixelformat; 1721 __u32 pixelformat;
1722 __u8 reserved[28]; 1722 __u8 reserved[28];
1723} __attribute__ ((packed)); 1723} __attribute__ ((packed));
@@ -1740,7 +1740,7 @@ struct v4l2_format {
1740 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ 1740 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */
1741 struct v4l2_vbi_format vbi; /* V4L2_BUF_TYPE_VBI_CAPTURE */ 1741 struct v4l2_vbi_format vbi; /* V4L2_BUF_TYPE_VBI_CAPTURE */
1742 struct v4l2_sliced_vbi_format sliced; /* V4L2_BUF_TYPE_SLICED_VBI_CAPTURE */ 1742 struct v4l2_sliced_vbi_format sliced; /* V4L2_BUF_TYPE_SLICED_VBI_CAPTURE */
1743 struct v4l2_format_sdr sdr; /* V4L2_BUF_TYPE_SDR_CAPTURE */ 1743 struct v4l2_sdr_format sdr; /* V4L2_BUF_TYPE_SDR_CAPTURE */
1744 __u8 raw_data[200]; /* user-defined */ 1744 __u8 raw_data[200]; /* user-defined */
1745 } fmt; 1745 } fmt;
1746}; 1746};