Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] DocBook media: fix typos in YUV420M description

NV12M -> YUV420M
YVU420M -> YUV420M

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
bb057a79 460eac3f

+2 -2
+2 -2
Documentation/DocBook/media/v4l/pixfmt-yuv420m.xml
··· 29 29 words, two Cx rows (including padding) is exactly as long as one Y row 30 30 (including padding).</para> 31 31 32 - <para><constant>V4L2_PIX_FMT_NV12M</constant> is intended to be 32 + <para><constant>V4L2_PIX_FMT_YUV420M</constant> is intended to be 33 33 used only in drivers and applications that support the multi-planar API, 34 34 described in <xref linkend="planar-apis"/>. </para> 35 35 36 36 <example> 37 - <title><constant>V4L2_PIX_FMT_YVU420M</constant> 4 &times; 4 37 + <title><constant>V4L2_PIX_FMT_YUV420M</constant> 4 &times; 4 38 38 pixel image</title> 39 39 40 40 <formalpara>