diff options
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/videodev2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 8fc4822c7883..5fd42027877a 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
| @@ -1642,6 +1642,12 @@ struct v4l2_vbi_format { | |||
| 1642 | #define V4L2_VBI_UNSYNC (1 << 0) | 1642 | #define V4L2_VBI_UNSYNC (1 << 0) |
| 1643 | #define V4L2_VBI_INTERLACED (1 << 1) | 1643 | #define V4L2_VBI_INTERLACED (1 << 1) |
| 1644 | 1644 | ||
| 1645 | /* ITU-R start lines for each field */ | ||
| 1646 | #define V4L2_VBI_ITU_525_F1_START (1) | ||
| 1647 | #define V4L2_VBI_ITU_525_F2_START (264) | ||
| 1648 | #define V4L2_VBI_ITU_625_F1_START (1) | ||
| 1649 | #define V4L2_VBI_ITU_625_F2_START (314) | ||
| 1650 | |||
| 1645 | /* Sliced VBI | 1651 | /* Sliced VBI |
| 1646 | * | 1652 | * |
| 1647 | * This implements is a proposal V4L2 API to allow SLICED VBI | 1653 | * This implements is a proposal V4L2 API to allow SLICED VBI |
