Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8399b83 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] videodev2.h: increase size of 'reserved' array



Increase the size of the 'reserved' array to give more room for future
extensions.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 96b03d2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1844,7 +1844,7 @@ struct v4l2_dbg_chip_info {
	struct v4l2_dbg_match match;
	char name[32];
	__u32 flags;
	__u32 reserved[8];
	__u32 reserved[32];
} __attribute__ ((packed));

/**