aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media
diff options
context:
space:
mode:
authorSylwester Nawrocki <sylvester.nawrocki@gmail.com>2012-03-31 04:43:55 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-04-10 22:06:08 -0400
commitfeed0258e11e04b7e0d2df8ae3793ab5d302a035 (patch)
tree84e8722e2fefc942fde1a7fb3adf99ffa5dc3565 /Documentation/DocBook/media
parentf9d1ae81dc9abfa7e6a2128989cca35a9bdea57b (diff)
[media] V4L: JPEG class documentation corrections
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>
Diffstat (limited to 'Documentation/DocBook/media')
-rw-r--r--Documentation/DocBook/media/v4l/controls.xml2
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml7
2 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml
index b84f25e9cc87..5038a3a9a24c 100644
--- a/Documentation/DocBook/media/v4l/controls.xml
+++ b/Documentation/DocBook/media/v4l/controls.xml
@@ -3486,7 +3486,7 @@ interface and may change in the future.</para>
3486 from RGB to Y'CbCr color space. 3486 from RGB to Y'CbCr color space.
3487 </entry> 3487 </entry>
3488 </row> 3488 </row>
3489 <row> 3489 <row id = "v4l2-jpeg-chroma-subsampling">
3490 <entrytbl spanname="descr" cols="2"> 3490 <entrytbl spanname="descr" cols="2">
3491 <tbody valign="top"> 3491 <tbody valign="top">
3492 <row> 3492 <row>
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
index b17a7aac6997..27e20bcbdf42 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
@@ -265,6 +265,13 @@ These controls are described in <xref
265These controls are described in <xref 265These controls are described in <xref
266 linkend="flash-controls" />.</entry> 266 linkend="flash-controls" />.</entry>
267 </row> 267 </row>
268 <row>
269 <entry><constant>V4L2_CTRL_CLASS_JPEG</constant></entry>
270 <entry>0x9d0000</entry>
271 <entry>The class containing JPEG compression controls.
272These controls are described in <xref
273 linkend="jpeg-controls" />.</entry>
274 </row>
268 </tbody> 275 </tbody>
269 </tgroup> 276 </tgroup>
270 </table> 277 </table>