diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-05-29 13:18:37 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-05-29 13:18:37 +0200 |
commit | 8c8b779179f87561286ba432d8d2fe4d2d68a861 (patch) | |
tree | b7e5fbca8d030718590680e84f4f3605c7700bcb /linux/include | |
parent | aeb264b9d3485ae825e2d3db5ff68fcc3fd4483b (diff) | |
download | mediapointer-dvb-s2-8c8b779179f87561286ba432d8d2fe4d2d68a861.tar.gz mediapointer-dvb-s2-8c8b779179f87561286ba432d8d2fe4d2d68a861.tar.bz2 |
Remove unused V4L2_CAP_VIDEO_OUTPUT_POS
From: Hans Verkuil <hverkuil@xs4all.nl>
V4L2_CAP_VIDEO_OUTPUT_POS was initially introduced for 2.6.22 but never
actually used: remove it before the final 2.6.22 is made.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/videodev2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index 8e46a2029..c316693ec 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -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 */ |