summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kindestam <antonki@kth.se>2018-09-05 13:42:31 +0200
committerJan Ekström <jeebjp@gmail.com>2018-09-30 17:16:33 +0300
commited9d644e0688caa88d889f0176d5dad277c6bf33 (patch)
tree6d4323e955f1ea2bb1dd5105d4385d4fd7329dae
parent5a7aca4be85129f803416b3cc174c3e9b124e75e (diff)
downloadmpv-ed9d644e0688caa88d889f0176d5dad277c6bf33.tar.bz2
mpv-ed9d644e0688caa88d889f0176d5dad277c6bf33.tar.xz
manpage: minor fix to --drm-format
Looking at other examples, a bar should be used when listing OPT_CHOICE options. (cherry picked from commit f277f9f6d2fe36110aa55b5d606154c629694c7b)
-rw-r--r--DOCS/man/vo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 6772fa31bf..ccde336264 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -502,7 +502,7 @@ Available video output drivers are:
supports several layers) together with ``vo=gpu`` and ``gpu-context=drm``.
(default: first overlay plane)
- ``--drm-format=<xrgb8888,xrgb2101010>``
+ ``--drm-format=<xrgb8888|xrgb2101010>``
Select the DRM format to use (default: xrgb8888). This allows you to
choose the bit depth of the DRM mode. xrgb8888 is your usual 24 bit per
pixel/8 bits per channel packed RGB format with 8 bits of padding.