diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2009-11-10 11:32:53 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:42:02 -0500 |
commit | 85213630731605503c8fd4df9bf06beefb2cc7c4 (patch) | |
tree | 928ca88cac320a569b2953364d78ae60ead3b9a4 /include/linux/videodev2.h | |
parent | 1ead696b4c1b719eeae313618bca89e7b37c7d9b (diff) |
V4L/DVB (13467): V4L2: Added CID's V4L2_CID_ROTATE/BG_COLOR
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index b9a799a35763..54395460a414 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -913,8 +913,10 @@ enum v4l2_colorfx { | |||
913 | #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) | 913 | #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) |
914 | #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33) | 914 | #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33) |
915 | 915 | ||
916 | #define V4L2_CID_ROTATE (V4L2_CID_BASE+34) | ||
917 | #define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35) | ||
916 | /* last CID + 1 */ | 918 | /* last CID + 1 */ |
917 | #define V4L2_CID_LASTP1 (V4L2_CID_BASE+34) | 919 | #define V4L2_CID_LASTP1 (V4L2_CID_BASE+36) |
918 | 920 | ||
919 | /* MPEG-class control IDs defined by V4L2 */ | 921 | /* MPEG-class control IDs defined by V4L2 */ |
920 | #define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900) | 922 | #define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900) |