Commit 7a1d082c authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] V4L2 Spec: fix typo

V4L2_CID_JPEG_COMPRESION_QUALITY -> V4L2_CID_JPEG_COMPRESSION_QUALITY
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d63b21bf
...@@ -3538,12 +3538,12 @@ interface and may change in the future.</para> ...@@ -3538,12 +3538,12 @@ interface and may change in the future.</para>
</entry> </entry>
</row> </row>
<row id="jpeg-quality-control"> <row id="jpeg-quality-control">
<entry spanname="id"><constant>V4L2_CID_JPEG_COMPRESION_QUALITY</constant></entry> <entry spanname="id"><constant>V4L2_CID_JPEG_COMPRESSION_QUALITY</constant></entry>
<entry>integer</entry> <entry>integer</entry>
</row> </row>
<row> <row>
<entry spanname="descr"> <entry spanname="descr">
<constant>V4L2_CID_JPEG_COMPRESION_QUALITY</constant> control <constant>V4L2_CID_JPEG_COMPRESSION_QUALITY</constant> control
determines trade-off between image quality and size. determines trade-off between image quality and size.
It provides simpler method for applications to control image quality, It provides simpler method for applications to control image quality,
without a need for direct reconfiguration of luminance and chrominance without a need for direct reconfiguration of luminance and chrominance
...@@ -3551,7 +3551,7 @@ interface and may change in the future.</para> ...@@ -3551,7 +3551,7 @@ interface and may change in the future.</para>
In cases where a driver uses quantization tables configured directly In cases where a driver uses quantization tables configured directly
by an application, using interfaces defined elsewhere, <constant> by an application, using interfaces defined elsewhere, <constant>
V4L2_CID_JPEG_COMPRESION_QUALITY</constant> control should be set V4L2_CID_JPEG_COMPRESSION_QUALITY</constant> control should be set
by driver to 0. by driver to 0.
<para>The value range of this control is driver-specific. Only <para>The value range of this control is driver-specific. Only
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment