From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH 4/6] [media] Fix videodev.h references at the V4L DocBook
Date: Mon, 27 Dec 2010 09:38:35 -0200 [thread overview]
Message-ID: <20101227093836.20118c91@gaivota> (raw)
In-Reply-To: <cover.1293449547.git.mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/Documentation/DocBook/v4l/func-ioctl.xml b/Documentation/DocBook/v4l/func-ioctl.xml
index 00f9690..b60fd37 100644
--- a/Documentation/DocBook/v4l/func-ioctl.xml
+++ b/Documentation/DocBook/v4l/func-ioctl.xml
@@ -34,8 +34,7 @@
<varlistentry>
<term><parameter>request</parameter></term>
<listitem>
- <para>V4L2 ioctl request code as defined in the <link
-linkend="videodev">videodev.h</link> header file, for example
+ <para>V4L2 ioctl request code as defined in the <filename>videodev2.h</filename> header file, for example
VIDIOC_QUERYCAP.</para>
</listitem>
</varlistentry>
@@ -57,7 +56,7 @@ file descriptor. An ioctl <parameter>request</parameter> has encoded
in it whether the argument is an input, output or read/write
parameter, and the size of the argument <parameter>argp</parameter> in
bytes. Macros and defines specifying V4L2 ioctl requests are located
-in the <link linkend="videodev">videodev.h</link> header file.
+in the <filename>videodev2.h</filename> header file.
Applications should use their own copy, not include the version in the
kernel sources on the system they compile on. All V4L2 ioctl requests,
their respective function and parameters are specified in <xref
diff --git a/Documentation/DocBook/v4l/pixfmt.xml b/Documentation/DocBook/v4l/pixfmt.xml
index d7c4671..cfffc88 100644
--- a/Documentation/DocBook/v4l/pixfmt.xml
+++ b/Documentation/DocBook/v4l/pixfmt.xml
@@ -142,8 +142,8 @@ leftmost pixel of the second row from the top, and so on. The last row
has just as many pad bytes after it as the other rows.</para>
<para>In V4L2 each format has an identifier which looks like
-<constant>PIX_FMT_XXX</constant>, defined in the <link
-linkend="videodev">videodev.h</link> header file. These identifiers
+<constant>PIX_FMT_XXX</constant>, defined in the <filename>videodev2.h</filename>
+header file. These identifiers
represent <link linkend="v4l2-fourcc">four character codes</link>
which are also listed below, however they are not the same as those
used in the Windows world.</para>
--
1.7.3.4
next prev parent reply other threads:[~2010-12-27 11:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1293449547.git.mchehab@redhat.com>
2010-12-27 11:38 ` [PATCH 6/6] [media] omap_vout: Remove an obsolete comment Mauro Carvalho Chehab
2010-12-27 11:38 ` [PATCH 5/6] [media] Remove the old V4L1 v4lgrab.c file Mauro Carvalho Chehab
2010-12-27 11:38 ` Mauro Carvalho Chehab [this message]
2010-12-27 11:38 ` [PATCH 3/6] Documentation/ioctl/ioctl-number.txt: Remove some now freed ioctl ranges Mauro Carvalho Chehab
2010-12-27 12:01 ` Hans Verkuil
2010-12-27 13:03 ` Mauro Carvalho Chehab
2010-12-27 13:23 ` Hans Verkuil
2010-12-27 14:02 ` Mauro Carvalho Chehab
2010-12-27 15:08 ` Hans Verkuil
2010-12-27 15:40 ` Mauro Carvalho Chehab
2010-12-27 13:10 ` Mauro Carvalho Chehab
2010-12-27 11:38 ` [PATCH 2/6] [media] V4L1 removal: Remove linux/videodev.h Mauro Carvalho Chehab
2010-12-27 11:38 ` [PATCH 1/6] [media] Remove VIDEO_V4L1 Kconfig option Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101227093836.20118c91@gaivota \
--to=mchehab@redhat.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.