diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-02 11:58:43 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-02 11:58:43 +0200 |
commit | 31901a2ad985c7839b68b5b43788d5d62ea32f58 (patch) | |
tree | 71fa7a0c4d3123845fd368478294169e88f31f6d /v4l2-spec/controls.sgml | |
parent | 4be4cfbd5a49c25a5d4fb78aed2e1246415ac7aa (diff) | |
download | mediapointer-dvb-s2-31901a2ad985c7839b68b5b43788d5d62ea32f58.tar.gz mediapointer-dvb-s2-31901a2ad985c7839b68b5b43788d5d62ea32f58.tar.bz2 |
v4l2-spec: document the new string control type.
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec/controls.sgml')
-rw-r--r-- | v4l2-spec/controls.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/v4l2-spec/controls.sgml b/v4l2-spec/controls.sgml index a806eddcd..dbe4f6f86 100644 --- a/v4l2-spec/controls.sgml +++ b/v4l2-spec/controls.sgml @@ -492,8 +492,7 @@ supported.</para> <para>The control array is a &v4l2-ext-control; array. The <structname>v4l2_ext_control</structname> structure is very similar to &v4l2-control;, except for the fact that it also allows for 64-bit -values and pointers to be passed (although the latter is not yet used -anywhere).</para> +values and pointers to be passed.</para> <para>It is important to realize that due to the flexibility of controls it is necessary to check whether the control you want to set |