Hi Sylwester, Thanks for the patch. On Friday 16 September 2011 19:05:28 Sylwester Nawrocki wrote: > Add V4L2_COLORFX_AQUA image effect in the V4L2_CID_COLORFX menu. What's the aqua effect ? > Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > Documentation/DocBook/media/v4l/controls.xml | 5 +++-- > include/linux/videodev2.h | 1 + > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/DocBook/media/v4l/controls.xml > b/Documentation/DocBook/media/v4l/controls.xml index 8516401..f3c6457 > 100644 > --- a/Documentation/DocBook/media/v4l/controls.xml > +++ b/Documentation/DocBook/media/v4l/controls.xml > @@ -294,8 +294,9 @@ minimum value disables backlight compensation.</entry> > <constant>V4L2_COLORFX_SKETCH</constant> (5), > <constant>V4L2_COLORFX_SKY_BLUE</constant> (6), > <constant>V4L2_COLORFX_GRASS_GREEN</constant> (7), > -<constant>V4L2_COLORFX_SKIN_WHITEN</constant> (8) and > -<constant>V4L2_COLORFX_VIVID</constant> (9).</entry> > +<constant>V4L2_COLORFX_SKIN_WHITEN</constant> (8), > +<constant>V4L2_COLORFX_VIVID</constant> (9) and > +<constant>V4L2_COLORFX_AQUA</constant> (10).</entry> > </row> > <row> > <entry><constant>V4L2_CID_ROTATE</constant></entry> > diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h > index fca24cc..5032226 100644 > --- a/include/linux/videodev2.h > +++ b/include/linux/videodev2.h > @@ -1144,6 +1144,7 @@ enum v4l2_colorfx { > V4L2_COLORFX_GRASS_GREEN = 7, > V4L2_COLORFX_SKIN_WHITEN = 8, > V4L2_COLORFX_VIVID = 9, > + V4L2_COLORFX_AQUA = 10, > }; > #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) > #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33) -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html