提交 6bc87e66 编写于 作者: M Mauro Carvalho Chehab

doc-rst: pixfmt-y12i: correct format conversion

The format conversion broke one paragraph into two. Fix it.
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 64e49546
......@@ -19,7 +19,6 @@ pixels from 2 sources interleaved and bit-packed. Each pixel is stored
in a 24-bit word in the little-endian order. On a little-endian machine
these pixels can be deinterlaced using
.. code-block:: c
__u8 *buf;
......@@ -27,12 +26,9 @@ these pixels can be deinterlaced using
right0 = *(__u16 *)(buf + 1) >> 4;
**Bit-packed representation.**
pixels cross the byte boundary and have a ratio of 3 bytes for each
interleaved pixel.
.. flat-table::
:header-rows: 0
:stub-columns: 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册