diff options
| author | 2016-07-03 18:00:05 -0300 | |
|---|---|---|
| committer | 2016-07-03 18:00:05 -0300 | |
| commit | 6bc87e66519e60b73e2d7ddb6a6a335cf5da71ed (patch) | |
| tree | a2720c58f706db73d64e1866c890c4b9d85f0f6f | |
| parent | doc-rst: linux_tv: remove trailing comments (diff) | |
doc-rst: pixfmt-y12i: correct format conversion
The format conversion broke one paragraph into two. Fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
| -rw-r--r-- | Documentation/linux_tv/media/v4l/pixfmt-y12i.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst b/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst index 82a39faaad08..8967e8c33b47 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst @@ -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 |
