Commit 056d2ee6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

doc-rst: v4l/pixfmt: re-join a broken paragraph



Originally, at the DocBook, the "Byte Order" were a single
paragraph with the string that follows it. The conversion
broke it, and, sometimes, it added an extra dot.

Fix them altogheter at pixfmt-*.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 0b1e3cc0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@ Description
This is a grey-scale image. It is really a degenerate Y'CbCr format
which simply contains no Cb or Cr data.

**Byte Order..**

**Byte Order.**
Each cell is one byte.


+1 −2
Original line number Diff line number Diff line
@@ -28,8 +28,7 @@ Y'\ :sub:`10`, Y'\ :sub:`11`.
All line lengths are identical: if the Y lines include pad bytes so do
the CbCr lines.

**Byte Order..**

**Byte Order.**
Each cell is one byte.


+1 −2
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@ with a Cr byte.
If the Y plane has pad bytes after each row, then the CbCr plane has as
many pad bytes after its rows.

**Byte Order..**

**Byte Order.**
Each cell is one byte.


+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ applications that support the multi-planar API, described in
If the Y plane has pad bytes after each row, then the CbCr plane has as
many pad bytes after its rows.

**Byte Order..**
**Byte Order.**
Each cell is one byte.

.. flat-table::
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ Cb and Cr bytes are swapped, the CrCb plane starts with a Cr byte.
used only in drivers and applications that support the multi-planar API,
described in :ref:`planar-apis`.

**Byte Order..**
**Byte Order.**
Each cell is one byte.


Loading