summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
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 14:22:49 +0300
commitf277f9f6d2fe36110aa55b5d606154c629694c7b (patch)
treeae4533fc23743061653c95e3cdac62b1828167d3 /DOCS/man/vo.rst
parent95636c65e73c1d0d8cba43d8c230291d99962e88 (diff)
downloadmpv-f277f9f6d2fe36110aa55b5d606154c629694c7b.tar.bz2
mpv-f277f9f6d2fe36110aa55b5d606154c629694c7b.tar.xz
manpage: minor fix to --drm-format
Looking at other examples, a bar should be used when listing OPT_CHOICE options.
Diffstat (limited to 'DOCS/man/vo.rst')
-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.