diff options
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) |