From 17e1e9f48674b247b59810639ebe2a27b20fdee9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 23 Jan 2015 17:09:25 +0100 Subject: manpage: minor changes Mostly related to vo_opengl. Fix the opengl lscale option in the qml example too. --- DOCS/man/mpv.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man/mpv.rst') 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: -- cgit v1.2.3