summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-23 17:09:25 +0100
committerwm4 <wm4@nowhere>2015-01-23 17:41:50 +0100
commit17e1e9f48674b247b59810639ebe2a27b20fdee9 (patch)
tree2653fd577fecd36a546d1ee4881f6853bba2f984 /DOCS/man/mpv.rst
parent9681d42a9427c8860f1a768a289de3679a9cd9e8 (diff)
downloadmpv-17e1e9f48674b247b59810639ebe2a27b20fdee9.tar.bz2
mpv-17e1e9f48674b247b59810639ebe2a27b20fdee9.tar.xz
manpage: minor changes
Mostly related to vo_opengl. Fix the opengl lscale option in the qml example too.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index ec9e5fbe89..6c19698d03 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -254,9 +254,9 @@ Additionally, there is a special form of quoting with ``%n%`` described below.
For example, the ``opengl`` VO can take multiple options:
- ``mpv test.mkv --vo=opengl:lscale=lanczos2:icc-profile=file.icc,xv``
+ ``mpv test.mkv --vo=opengl:scale=lanczos:icc-profile=file.icc,xv``
-This passed ``lscale=lanczos2`` and ``icc-profile=file.icc`` to ``opengl``,
+This passes ``scale=lanczos`` and ``icc-profile=file.icc`` to ``opengl``,
and also specifies ``xv`` as fallback VO. If the icc-profile path contains
spaces or characters like ``,`` or ``:``, you need to quote them: