aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-06-17 09:43:46 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-17 15:27:52 -0400
commitd9cdebd0faf2f04d1f5e06f478a7dc7a1861c970 (patch)
treee89364e8e6b2f592eea82c3ea1f161a6c6635e1a /Documentation/DocBook
parentcc82ab88fec7ee4151304674ec0106ce7216ac55 (diff)
[media] DocBook media: fix incorrect header reference
The text referred to videodev.h when videodev2.h was meant. Fixed. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/media/v4l/pixfmt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/pixfmt.xml b/Documentation/DocBook/media/v4l/pixfmt.xml
index 87ce7f3e7178..12112cd6fe8d 100644
--- a/Documentation/DocBook/media/v4l/pixfmt.xml
+++ b/Documentation/DocBook/media/v4l/pixfmt.xml
@@ -279,7 +279,7 @@ has just as many pad bytes after it as the other rows.</para>
279 279
280 <para>In V4L2 each format has an identifier which looks like 280 <para>In V4L2 each format has an identifier which looks like
281<constant>PIX_FMT_XXX</constant>, defined in the <link 281<constant>PIX_FMT_XXX</constant>, defined in the <link
282linkend="videodev">videodev.h</link> header file. These identifiers 282linkend="videodev">videodev2.h</link> header file. These identifiers
283represent <link linkend="v4l2-fourcc">four character (FourCC) codes</link> 283represent <link linkend="v4l2-fourcc">four character (FourCC) codes</link>
284which are also listed below, however they are not the same as those 284which are also listed below, however they are not the same as those
285used in the Windows world.</para> 285used in the Windows world.</para>