diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-20 09:28:59 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-20 09:28:59 +0100 |
commit | 147808f20de9bee3b123a79fcff6ea4432d533a5 (patch) | |
tree | 8e03c18fbbcd3d8c1b58bafa0b7b02e22ec3ad21 | |
parent | c94eede342d36bb236464419bc6014fa12d4d843 (diff) | |
download | mediapointer-dvb-s2-147808f20de9bee3b123a79fcff6ea4432d533a5.tar.gz mediapointer-dvb-s2-147808f20de9bee3b123a79fcff6ea4432d533a5.tar.bz2 |
v4l2-spec: document V4L2_CID_COLORFX.
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r-- | v4l2-spec/controls.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/v4l2-spec/controls.sgml b/v4l2-spec/controls.sgml index 0df57dcf7..7fbe82401 100644 --- a/v4l2-spec/controls.sgml +++ b/v4l2-spec/controls.sgml @@ -271,11 +271,20 @@ minimum value disables backlight compensation.</entry> <entry>boolean</entry> <entry>Enable the color killer (&ie; force a black & white image in case of a weak video signal).</entry> </row> + <row id="v4l2-colorfx"> + <entry><constant>V4L2_CID_COLORFX</constant></entry> + <entry>enum</entry> + <entry>Selects a color effect. Possible values for +<constant>enum v4l2_colorfx</constant> are: +<constant>V4L2_COLORFX_NONE</constant> (0), +<constant>V4L2_COLORFX_BW</constant> (1) and +<constant>V4L2_COLORFX_SEPIA</constant> (2).</entry> + </row> <row> <entry><constant>V4L2_CID_LASTP1</constant></entry> <entry></entry> <entry>End of the predefined control IDs (currently -<constant>V4L2_CID_COLOR_KILLER</constant> + 1).</entry> +<constant>V4L2_CID_COLORFX</constant> + 1).</entry> </row> <row> <entry><constant>V4L2_CID_PRIVATE_BASE</constant></entry> |