In the linuxtv.org entry with the description of V4L2_PIX_FMT_NV{12,21} @ http://linuxtv.org/downloads/v4l-dvb-apis/re30.html it reads: start + 0:Y'00 Y'01 Y'02 Y'03 start + 4:Y'10 Y'11 Y'12 Y'13 start + 8:Y'20 Y'21 Y'22 Y'23 start + 12:Y'30 Y'31 Y'32 Y'33 start + 16:Cb00 Cr00 Cb01 Cr01 start + 20:Cb10 Cr10 Cb11 Cr11 whereas the last line should read: start + 20:Cb20 Cr20 Cb21 Cr21
diff --git a/Documentation/DocBook/media/v4l/pixfmt-nv12.xml b/Documentation/DocBook/media/v4l/pixfmt-nv12.xml index 84dd4fd..1da12e3 100644 --- a/Documentation/DocBook/media/v4l/pixfmt-nv12.xml +++ b/Documentation/DocBook/media/v4l/pixfmt-nv12.xml @@ -78,10 +78,10 @@ pixel image</title> </row> <row> <entry>start + 20:</entry> - <entry>Cb<subscript>10</subscript></entry> - <entry>Cr<subscript>10</subscript></entry> - <entry>Cb<subscript>11</subscript></entry> - <entry>Cr<subscript>11</subscript></entry> + <entry>Cb<subscript>20</subscript></entry> + <entry>Cr<subscript>20</subscript></entry> + <entry>Cb<subscript>21</subscript></entry> + <entry>Cr<subscript>21</subscript></entry> </row> </tbody> </tgroup>