diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-18 16:02:44 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-18 16:02:44 +0100 |
commit | 15a9ef7c0eae592aa0ba0fdca94e5fcb7538e26c (patch) | |
tree | 3863cb1840b05e8f3d24a7382d05b4881572a51b | |
parent | d782a8992de461ff07995dfee871d79cedb2e02b (diff) | |
download | mediapointer-dvb-s2-15a9ef7c0eae592aa0ba0fdca94e5fcb7538e26c.tar.gz mediapointer-dvb-s2-15a9ef7c0eae592aa0ba0fdca94e5fcb7538e26c.tar.bz2 |
v4l2-spec: Fix EXPOSURE_AUTO_PRIORITY control documentation
From: Laurent Pinchart <laurent.pinchart@skynet.be>
Priority: normal
Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r-- | v4l2-spec/controls.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-spec/controls.sgml b/v4l2-spec/controls.sgml index 52dd19bcf..393b9cd7d 100644 --- a/v4l2-spec/controls.sgml +++ b/v4l2-spec/controls.sgml @@ -1645,7 +1645,7 @@ and 100000 for 10 seconds.</entry> <entry>boolean</entry> </row><row><entry spanname="descr">When <constant>V4L2_CID_EXPOSURE_AUTO</constant> is set to -<constant>AUTO</constant> or <constant>SHUTTER_PRIORITY</constant>, +<constant>AUTO</constant> or <constant>APERTURE_PRIORITY</constant>, this control determines if the device may dynamically vary the frame rate. By default this feature is disabled (0) and the frame rate must remain constant.</entry> |