summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2018-05-01 20:45:22 +0300
committerJan Ekström <jeebjp@gmail.com>2018-05-01 20:49:30 +0300
commit36b0dea89e5f4872044f33ebdf5b9ee5b1d217b7 (patch)
tree4b3bb1aa1629b265fe37af9557731f9e94b30d7c
parenta9c2a8e162ff45f618e7f6fd2c57831b15b9c906 (diff)
downloadmpv-36b0dea89e5f4872044f33ebdf5b9ee5b1d217b7.tar.bz2
mpv-36b0dea89e5f4872044f33ebdf5b9ee5b1d217b7.tar.xz
docs/vo: fixup some minor typos a la "planed" instead of "plane"
-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 3fb2567b7d..6772fa31bf 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -489,14 +489,14 @@ Available video output drivers are:
(default: 0)
``--drm-osd-plane-id=<number>``
- Select the DRM planed index to use for OSD (or OSD and video).
+ Select the DRM plane index to use for OSD (or OSD and video).
Index is zero based, and related to crtc.
- When using this option with drm_prime renderer, it will only affect
+ When using this option with the drm_prime renderer, it will only affect
the OSD contents. Otherwise it will set OSD & video plane.
(default: primary plane)
``--drm-video-plane-id=<number>``
- Select the DRM planed index to use for video layer.
+ Select the DRM plane index to use for video layer.
Index is zero based, and related to crtc.
This option only has effect when using the drm_prime renderer (which
supports several layers) together with ``vo=gpu`` and ``gpu-context=drm``.