summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-04 20:05:34 +0100
committerwm4 <wm4@nowhere>2013-12-04 23:12:50 +0100
commitf221d46a443159ae0e2556edf9c54f8d3c14af71 (patch)
tree12e6682580cdaf4c60c13545006834abe79b0b5d
parent57b11ba70651a423f15befc9eeabd55b8d9899ea (diff)
downloadmpv-f221d46a443159ae0e2556edf9c54f8d3c14af71.tar.bz2
mpv-f221d46a443159ae0e2556edf9c54f8d3c14af71.tar.xz
manpage: remove unhelpful paragraph about video filter params
This makes it sound like -1 would work to set the default for any parameter. But this is just a (crappy) convention, which doesn't work always.
-rw-r--r--DOCS/man/en/vf.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index 40c4c6bbd0..b0b77e96c5 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -13,11 +13,6 @@ normal filter parameters.
``--vf-defaults=<filter1[=parameter1:parameter2:...],filter2,...>``
Set defaults for each filter.
-Many parameters are optional and set to default values if omitted. To
-explicitly use a default value, set a parameter to '-1'. Parameters ``w:h``
-means width x height in pixels, ``x:y`` means x;y position counted from the
-upper left corner of the bigger image.
-
.. note::
To get a full list of available video filters, see ``--vf=help``.