Signed-off-by: Antti Palosaari <crope@xxxxxx> --- include/linux/videodev2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index ac700c9..17c890d 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -1777,7 +1777,8 @@ struct v4l2_pix_format_mplane { */ struct v4l2_sdr_format { __u32 pixelformat; - __u8 reserved[28]; + __u32 buffersize; + __u8 reserved[24]; } __attribute__ ((packed)); /** -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html