From 9fdf193850ceb839d5743ee659120eba590372e1 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Tue, 25 Aug 2009 11:44:14 -0300 Subject: [PATCH] --- yaml --- r: 164214 b: refs/heads/master c: 3418f165cc1cbcb30a8c017d7ebbc774710066bb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/videodev2.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4eb295a7cb24..93fcc3cf23f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 979ea1ddf80ac7383acdea03471355ca62702539 +refs/heads/master: 3418f165cc1cbcb30a8c017d7ebbc774710066bb diff --git a/trunk/include/linux/videodev2.h b/trunk/include/linux/videodev2.h index 3689d7d81fe9..b59e78c57161 100644 --- a/trunk/include/linux/videodev2.h +++ b/trunk/include/linux/videodev2.h @@ -910,9 +910,10 @@ enum v4l2_colorfx { V4L2_COLORFX_SEPIA = 2, }; #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) +#define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33) /* last CID + 1 */ -#define V4L2_CID_LASTP1 (V4L2_CID_BASE+33) +#define V4L2_CID_LASTP1 (V4L2_CID_BASE+34) /* MPEG-class control IDs defined by V4L2 */ #define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900)