diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-08-26 03:05:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 12:30:34 -0300 |
commit | 1739adea321788e380794c1072c810d445090bca (patch) | |
tree | ba646ed14da20a4c239d5806bb29c996cd41c933 /include/linux/videodev2.h | |
parent | d7304dee3b7e29e801ba59bbf9a47440c196263d (diff) | |
download | talos-op-linux-1739adea321788e380794c1072c810d445090bca.tar.gz talos-op-linux-1739adea321788e380794c1072c810d445090bca.zip |
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>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index e3715d774197..d5746d470c73 100644 --- a/include/linux/videodev2.h +++ b/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 |