]> Pileus Git - ~andy/linux/commitdiff
[media] V4L: JPEG class documentation corrections
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 10 Apr 2012 19:31:31 +0000 (16:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 15 May 2012 14:41:00 +0000 (11:41 -0300)
This patch fixes following compilation warning:
Error: no ID for constraint linkend: v4l2-jpeg-chroma-subsampling.

and adds missing JPEG control class at the Table A.58.

Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/DocBook/media/v4l/controls.xml
Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml

index 132b0cc29832d5f157dad0b78745bd2a1fb009cb..89941329290e4bdd26a421b1e257e684ad210b9b 100644 (file)
@@ -3978,7 +3978,7 @@ interface and may change in the future.</para>
            <entry spanname="id"><constant>V4L2_CID_JPEG_CHROMA_SUBSAMPLING</constant></entry>
            <entry>menu</entry>
          </row>
-         <row id="jpeg-chroma-subsampling-control">
+         <row id="v4l2-jpeg-chroma-subsampling">
            <entry spanname="descr">The chroma subsampling factors describe how
            each component of an input image is sampled, in respect to maximum
            sample rate in each spatial dimension. See <xref linkend="itu-t81"/>,
index 0a4b90fcf2dab77b36ed1e52749040ddcc97a113..e3d5afcdafbb5b03cf9994478e3e0d8139442dda 100644 (file)
@@ -284,6 +284,13 @@ These controls are described in <xref
            processing controls. These controls are described in <xref
            linkend="image-process-controls" />.</entry>
          </row>
+         <row>
+           <entry><constant>V4L2_CTRL_CLASS_JPEG</constant></entry>
+           <entry>0x9d0000</entry>
+           <entry>The class containing JPEG compression controls.
+These controls are described in <xref
+               linkend="jpeg-controls" />.</entry>
+         </row>
        </tbody>
       </tgroup>
     </table>