diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-12-10 13:39:46 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-11 13:59:40 +0300 |
commit | fea13a6935c79896a53a8ede32b0b6f6bce5042c (patch) | |
tree | 327a6d9bf1c30fbafb8104edc47ee2399e6ee0eb /Documentation/userspace-api/media/v4l/diff-v4l.rst | |
parent | 4a1873f5bf2bed7c1d7ed5bc18bf0878d79f4ff7 (diff) | |
download | linux-fea13a6935c79896a53a8ede32b0b6f6bce5042c.tar.xz |
media: docs: uAPI: fix table output in LaTeX/PDF format
There are lots of tables that are not properly displayed
in LaTeX/PDF.
Fix the tablecolumns, add longtable where needed and LaTeX
formatting macros, in order to address such issues.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api/media/v4l/diff-v4l.rst')
-rw-r--r-- | Documentation/userspace-api/media/v4l/diff-v4l.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/userspace-api/media/v4l/diff-v4l.rst b/Documentation/userspace-api/media/v4l/diff-v4l.rst index caa05fbbd396..33243ecb5033 100644 --- a/Documentation/userspace-api/media/v4l/diff-v4l.rst +++ b/Documentation/userspace-api/media/v4l/diff-v4l.rst @@ -72,7 +72,11 @@ and radio devices supporting a set of related functions like video capturing, video overlay and VBI capturing. See :ref:`open` for an introduction. -.. tabularcolumns:: |p{5.5cm}|p{6.5cm}|p{5.5cm} +.. raw:: latex + + \small + +.. tabularcolumns:: |p{5.3cm}|p{6.7cm}|p{5.3cm}| .. cssclass:: longtable @@ -148,6 +152,10 @@ introduction. - ``-`` - See above. +.. raw:: latex + + \normalsize + The ``audios`` field was replaced by ``capabilities`` flag ``V4L2_CAP_AUDIO``, indicating *if* the device has any audio inputs or outputs. To determine their number applications can enumerate audio |