Commit 4578d936 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab

media: doc: pixfmt-packed-yuv: Fill padding bits with 'X'

The padding bits are left blank, which look weird in the XYUV format,
and, worse, may lead to the VUYX format to be understand as consuming 3
bytes per pixel. Add 'X' for padding bits as we do for RGB formats.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 7cb8bd29
...@@ -239,14 +239,14 @@ full triplet of Y, Cb and Cr values. ...@@ -239,14 +239,14 @@ full triplet of Y, Cb and Cr values.
- ``V4L2_PIX_FMT_XYUV32`` - ``V4L2_PIX_FMT_XYUV32``
- 'XYUV' - 'XYUV'
- - X\ :sub:`7`
- - X\ :sub:`6`
- - X\ :sub:`5`
- - X\ :sub:`4`
- - X\ :sub:`3`
- - X\ :sub:`2`
- - X\ :sub:`1`
- - X\ :sub:`0`
- Y'\ :sub:`7` - Y'\ :sub:`7`
- Y'\ :sub:`6` - Y'\ :sub:`6`
...@@ -348,14 +348,14 @@ full triplet of Y, Cb and Cr values. ...@@ -348,14 +348,14 @@ full triplet of Y, Cb and Cr values.
- Y'\ :sub:`1` - Y'\ :sub:`1`
- Y'\ :sub:`0` - Y'\ :sub:`0`
- - X\ :sub:`7`
- - X\ :sub:`6`
- - X\ :sub:`5`
- - X\ :sub:`4`
- - X\ :sub:`3`
- - X\ :sub:`2`
- - X\ :sub:`1`
- - X\ :sub:`0`
.. raw:: latex .. raw:: latex
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment