Skip to content

Commit 914f896

Browse files
Jean-Michel HautboisHans Verkuil
authored andcommitted
media: v4l: Fix missing tabular column hint for Y14P format
The original patch added two columns in the flat-table of Luma-Only Image Formats, without updating hints to latex: above it. This results in wrong column count in the output of Sphinx's latex builder. Fix it. Reported-by: Akira Yokosawa <akiyks@gmail.com> Closes: https://lore.kernel.org/linux-media/bdbc27ba-5098-49fb-aabf-753c81361cc7@gmail.com/ Fixes: adb1d46 ("media: v4l: Add V4L2-PIX-FMT-Y14P format") Cc: stable@vger.kernel.org # for v6.10 Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 423a77a commit 914f896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ are often referred to as greyscale formats.
2121

2222
.. raw:: latex
2323

24-
\scriptsize
24+
\tiny
2525

26-
.. tabularcolumns:: |p{3.6cm}|p{3.0cm}|p{1.3cm}|p{2.6cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|
26+
.. tabularcolumns:: |p{3.6cm}|p{2.4cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|
2727

2828
.. flat-table:: Luma-Only Image Formats
2929
:header-rows: 1

0 commit comments

Comments
 (0)