summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-22 21:20:23 +0100
committerwm4 <wm4@nowhere>2016-01-22 21:20:23 +0100
commitfae88b81137f0a9516e5518e0ff57733f6ffc7af (patch)
tree9cb10378f61891d3c15b2b30e98c091225555551
parent2e3a508387ca7a6507444910e8393ff3db1c072f (diff)
downloadmpv-fae88b81137f0a9516e5518e0ff57733f6ffc7af.tar.bz2
mpv-fae88b81137f0a9516e5518e0ff57733f6ffc7af.tar.xz
manpage: adjust vf/af-command description
-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 e7f5b31b9d..c847b861b0 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -700,8 +700,11 @@ Input Commands that are Possibly Subject to Change
specific. Currently, this only works with the ``lavfi`` filter - see
the libavfilter documentation for which commands a filter supports.
+ Note that the ``<label>`` is a mpv filter label, not a libavfilter filter
+ name.
+
``af-command "<label>" "<cmd>" "<args>"``
- Same as ``vf-command``, but for video filters.
+ Same as ``vf-command``, but for audio filters.
Undocumented commands: ``tv-last-channel`` (TV/DVB only),
``ao-reload`` (experimental/internal).