media: docs: fix PDF build with Sphinx 1.4
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 2 Sep 2017 21:46:52 +0000 (17:46 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Sep 2017 10:26:37 +0000 (06:26 -0400)
commitb5dd3eac8407f0d62d63cc2ecec7f3cb2445ee3a
tree9e636d2426e5a4e1fd9ccf8f3a8d07c99146d224
parentb75c1d85c37d9e77c9c654e76c208d3addc89681
media: docs: fix PDF build with Sphinx 1.4

Commit 70b074df4ed1 ("media: fix pdf build with Spinx 1.6") caused
a regression at Sphinx 1.4 PDF build: although it produces a full
document in batch mode, it returns errors on interactive mode:

[63]
Runaway argument?
{\relax
! Paragraph ended before \multicolumn was complete.
<to be read again>
                   \par
l.7703 \hline\end{tabulary}

The error seems to be due to some bug at Sphinx PDF output:
when multicolumns is used, it doesn't accept an empty string.

Just removing the :cpan:`1` and replacing by two empty
columns fix the issue.

Fixes: 70b074df4ed1 ("media: fix pdf build with Spinx 1.6")

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst
Documentation/media/uapi/v4l/pixfmt-packed-yuv.rst