Browse Source

V4L/DVB (4545): Add missing v4l2_buf_type to struct v4l2_sliced_vbi_cap.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Hans Verkuil 19 years ago
parent
commit
1739adea32
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/linux/videodev2.h

+ 2 - 1
include/linux/videodev2.h

@@ -1135,7 +1135,8 @@ struct v4l2_sliced_vbi_cap
 				 (equals frame lines 313-336 for 625 line video
 				  standards, 263-286 for 525 line standards) */
 	__u16   service_lines[2][24];
-	__u32   reserved[4];    /* must be 0 */
+	enum v4l2_buf_type type;
+	__u32   reserved[3];    /* must be 0 */
 };
 
 struct v4l2_sliced_vbi_data