summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-23 23:33:15 +0200
committerwm4 <wm4@nowhere>2020-05-23 23:33:15 +0200
commit685bd6a5f51572f983c446ba951fce45ab7bfb06 (patch)
tree0b6698c3592dbc2de8e98d6636339a0d8d1edb50
parent502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8 (diff)
downloadmpv-685bd6a5f51572f983c446ba951fce45ab7bfb06.tar.bz2
mpv-685bd6a5f51572f983c446ba951fce45ab7bfb06.tar.xz
manpage: document "vf remove"
And mention it on "vf del" as non-deprecated alternative.
-rw-r--r--DOCS/man/input.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index bfb8573a86..cd587072d8 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -788,12 +788,15 @@ Input Commands that are Possibly Subject to Change
without filter name and parameters as filter entry. This toggles the
enable/disable flag.
+ <remove>
+ Like ``toggle``, but always remove the given filter from the chain.
+
<del>
Remove the given filters from the video chain. Unlike in the other
cases, the second parameter is a comma separated list of filter names
or integer indexes. ``0`` would denote the first filter. Negative
indexes start from the last filter, and ``-1`` denotes the last
- filter. Deprecated.
+ filter. Deprecated, use ``remove``.
<clr>
Remove all filters. Note that like the other sub-commands, this does