diff options
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 3c265603d735..418dacf5261d 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1030,8 +1030,11 @@ enum v4l2_colorfx { | |||
1030 | 1030 | ||
1031 | #define V4L2_CID_ROTATE (V4L2_CID_BASE+34) | 1031 | #define V4L2_CID_ROTATE (V4L2_CID_BASE+34) |
1032 | #define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35) | 1032 | #define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35) |
1033 | |||
1034 | #define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE+36) | ||
1035 | |||
1033 | /* last CID + 1 */ | 1036 | /* last CID + 1 */ |
1034 | #define V4L2_CID_LASTP1 (V4L2_CID_BASE+36) | 1037 | #define V4L2_CID_LASTP1 (V4L2_CID_BASE+37) |
1035 | 1038 | ||
1036 | /* MPEG-class control IDs defined by V4L2 */ | 1039 | /* MPEG-class control IDs defined by V4L2 */ |
1037 | #define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900) | 1040 | #define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900) |