|
@@ -243,8 +243,7 @@ struct v4l2_capability
|
|
|
#define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
|
|
|
#define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
|
|
|
#define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */
|
|
|
-#define V4L2_CAP_VIDEO_OUTPUT_POS 0x00000200 /* Video output can have x,y coords */
|
|
|
-#define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000400 /* Can do video output overlay */
|
|
|
+#define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000200 /* Can do video output overlay */
|
|
|
|
|
|
#define V4L2_CAP_TUNER 0x00010000 /* has a tuner */
|
|
|
#define V4L2_CAP_AUDIO 0x00020000 /* has audio support */
|