mirror of https://github.com/mpv-player/mpv
manpage: document "vf remove"
And mention it on "vf del" as non-deprecated alternative.
This commit is contained in:
parent
502e7987d8
commit
685bd6a5f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue