summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2019-08-29 22:02:09 +0200
committersfan5 <sfan5@live.de>2019-09-14 13:50:10 +0200
commit46aa3394bf033d59f93b1ab883fc47b2d996db04 (patch)
tree8fa808b7f9b9df38d378d086208b86fe87a0d649 /DOCS/man/vo.rst
parent5c313f1f5965eb8f00c3d242d9e27e9612dc949b (diff)
downloadmpv-46aa3394bf033d59f93b1ab883fc47b2d996db04.tar.bz2
mpv-46aa3394bf033d59f93b1ab883fc47b2d996db04.tar.xz
manpage: minor fixes to VO manpage
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 8ed7a47893..f4a06f2e56 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -308,7 +308,7 @@ Available video output drivers are:
For tuning, refer to your copy of the file ``SDL_hints.h``.
.. note:: This driver is for compatibility with systems that don't provide
- proper graphics drivers, or which support GLES only.
+ proper graphics drivers.
The following global options are supported by this video output:
@@ -540,7 +540,7 @@ Available video output drivers are:
xrgb2101010 is a packed 30 bits per pixel/10 bits per channel packed RGB
format with 2 bits of padding.
- Unless you have an intel graphics card, a recent kernel and a recent
+ Unless you have an Intel graphics card, a recent kernel and a recent
version of mesa (>=18) xrgb2101010 is unlikely to work for you.
This currently only has an effect when used together with the ``drm``
@@ -569,5 +569,5 @@ Available video output drivers are:
many of mpv's features (subtitle rendering, OSD/OSC, video filters, etc)
are not available with this driver.
- To use hardware decoding with ``--vo-gpu`` instead, use
+ To use hardware decoding with ``--vo=gpu`` instead, use
``--hwdec=mediacodec-copy`` along with ``--gpu-context=android``.