diff options
Diffstat (limited to 'v4l2-spec/dev-capture.sgml')
-rw-r--r-- | v4l2-spec/dev-capture.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l2-spec/dev-capture.sgml b/v4l2-spec/dev-capture.sgml index d2885988b..32807e43f 100644 --- a/v4l2-spec/dev-capture.sgml +++ b/v4l2-spec/dev-capture.sgml @@ -60,7 +60,7 @@ and scaling.</para> <para>Cropping initialization at minimum requires to reset the parameters to defaults. An example is given in <xref -linkend="crop">.</para> +linkend="crop" />.</para> <para>To query the current image format applications set the <structfield>type</structfield> field of a &v4l2-format; to @@ -85,7 +85,7 @@ without disabling I/O or possibly time consuming hardware preparations.</para> <para>The contents of &v4l2-pix-format; are discussed in <xref -linkend="pixfmt">. See also the specification of the +linkend="pixfmt" />. See also the specification of the <constant>VIDIOC_G_FMT</constant>, <constant>VIDIOC_S_FMT</constant> and <constant>VIDIOC_TRY_FMT</constant> ioctls for details. Video capture devices must implement both the @@ -103,7 +103,7 @@ returns default parameters as <constant>VIDIOC_G_FMT</constant> does. linkend="rw">read() function</link> and/or streaming (<link linkend="mmap">memory mapping</link> or <link linkend="userp">user pointer</link>) I/O. See <xref -linkend="io"> for details.</para> +linkend="io" /> for details.</para> </section> <!-- |