manpage: minor fix to --drm-format

Looking at other examples, a bar should be used when listing OPT_CHOICE options.
This commit is contained in:
Anton Kindestam 2018-09-05 13:42:31 +02:00 committed by Jan Ekström
parent 95636c65e7
commit f277f9f6d2
1 changed files with 1 additions and 1 deletions

View File

@ -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.