diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-04-26 06:39:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-02 10:03:03 -0400 |
commit | 7a1d082c83d24bfc0d3072cfecc98172bd0a5a3b (patch) | |
tree | 30abe1cf7896cc68a6272c7069e7f2b0c8afd719 /Documentation/DocBook | |
parent | d63b21bfa8afbce0872fdb7718d822c5fd0878ea (diff) |
[media] V4L2 Spec: fix typo
V4L2_CID_JPEG_COMPRESION_QUALITY -> V4L2_CID_JPEG_COMPRESSION_QUALITY
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/v4l/controls.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 5038a3a9a24c..5e12257dfcef 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml | |||
@@ -3538,12 +3538,12 @@ interface and may change in the future.</para> | |||
3538 | </entry> | 3538 | </entry> |
3539 | </row> | 3539 | </row> |
3540 | <row id="jpeg-quality-control"> | 3540 | <row id="jpeg-quality-control"> |
3541 | <entry spanname="id"><constant>V4L2_CID_JPEG_COMPRESION_QUALITY</constant></entry> | 3541 | <entry spanname="id"><constant>V4L2_CID_JPEG_COMPRESSION_QUALITY</constant></entry> |
3542 | <entry>integer</entry> | 3542 | <entry>integer</entry> |
3543 | </row> | 3543 | </row> |
3544 | <row> | 3544 | <row> |
3545 | <entry spanname="descr"> | 3545 | <entry spanname="descr"> |
3546 | <constant>V4L2_CID_JPEG_COMPRESION_QUALITY</constant> control | 3546 | <constant>V4L2_CID_JPEG_COMPRESSION_QUALITY</constant> control |
3547 | determines trade-off between image quality and size. | 3547 | determines trade-off between image quality and size. |
3548 | It provides simpler method for applications to control image quality, | 3548 | It provides simpler method for applications to control image quality, |
3549 | without a need for direct reconfiguration of luminance and chrominance | 3549 | without a need for direct reconfiguration of luminance and chrominance |
@@ -3551,7 +3551,7 @@ interface and may change in the future.</para> | |||
3551 | 3551 | ||
3552 | In cases where a driver uses quantization tables configured directly | 3552 | In cases where a driver uses quantization tables configured directly |
3553 | by an application, using interfaces defined elsewhere, <constant> | 3553 | by an application, using interfaces defined elsewhere, <constant> |
3554 | V4L2_CID_JPEG_COMPRESION_QUALITY</constant> control should be set | 3554 | V4L2_CID_JPEG_COMPRESSION_QUALITY</constant> control should be set |
3555 | by driver to 0. | 3555 | by driver to 0. |
3556 | 3556 | ||
3557 | <para>The value range of this control is driver-specific. Only | 3557 | <para>The value range of this control is driver-specific. Only |