|
@@ -1030,8 +1030,11 @@ enum v4l2_colorfx {
|
|
|
|
|
|
#define V4L2_CID_ROTATE (V4L2_CID_BASE+34)
|
|
|
#define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35)
|
|
|
+
|
|
|
+#define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE+36)
|
|
|
+
|
|
|
/* last CID + 1 */
|
|
|
-#define V4L2_CID_LASTP1 (V4L2_CID_BASE+36)
|
|
|
+#define V4L2_CID_LASTP1 (V4L2_CID_BASE+37)
|
|
|
|
|
|
/* MPEG-class control IDs defined by V4L2 */
|
|
|
#define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900)
|