summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorChris Varenhorst <varenc@gmail.com>2021-01-18 15:20:26 -0800
committerJan Ekström <jeebjp@gmail.com>2021-01-20 01:15:36 +0200
commit51852aad52080ea8bd6f4b72e63e581dd5234d33 (patch)
tree491b69650d5d16b6e592b973841c3d14aa6f8214 /DOCS
parent5edf22d2e934364ea64a531f50d1630c85b37ec4 (diff)
downloadmpv-51852aad52080ea8bd6f4b72e63e581dd5234d33.tar.bz2
mpv-51852aad52080ea8bd6f4b72e63e581dd5234d33.tar.xz
docs: Fix an old style parameter reference
`--vf format:stereo-in=help` no longer works. It now must be `--vf=format:stereo-in=help`
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 3797ad26bd..e07360b24d 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -310,7 +310,7 @@ Available mpv-only filters are:
``<stereo-in>``
Set the stereo mode the video is assumed to be encoded in. Use
- ``--vf format:stereo-in=help`` to list all available modes. Check with
+ ``--vf=format:stereo-in=help`` to list all available modes. Check with
the ``stereo3d`` filter documentation to see what the names mean.
``<stereo-out>``