diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-21 21:50:54 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-21 21:50:54 +0000 |
commit | 55459439b108cceab0c36fcd1d5be65323ad595d (patch) | |
tree | d93bbdb62f40af2d1aa8f1f2345345fa7cb6c8d9 /linux/include/media | |
parent | b702770892b1af21633d0703914343bdfc4547c2 (diff) | |
download | mediapointer-dvb-s2-55459439b108cceab0c36fcd1d5be65323ad595d.tar.gz mediapointer-dvb-s2-55459439b108cceab0c36fcd1d5be65323ad595d.tar.bz2 |
Added iocls to configure VBI on tvp5150
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- Added iocls to configure VBI on tvp5150
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/v4l2-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/media/v4l2-common.h b/linux/include/media/v4l2-common.h index f6efa076a..1519082b6 100644 --- a/linux/include/media/v4l2-common.h +++ b/linux/include/media/v4l2-common.h @@ -166,7 +166,8 @@ struct msp_matrix { /* Used to generate VBI signals on a video signal. v4l2_sliced_vbi_data is filled with the data packets that should be output. Note that if you set - the line field to 0, then that VBI signal is disabled. */ + the line field to 0, then that VBI signal is disabled. If no + valid VBI data was found, then the type field is set to 0 on return. */ #define VIDIOC_INT_S_VBI_DATA _IOW ('d', 105, struct v4l2_sliced_vbi_data) /* Used to obtain the sliced VBI packet from a readback register. Not all |