summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-22 20:36:54 +0100
committerwm4 <wm4@nowhere>2016-01-22 20:36:54 +0100
commitf176104ed5c7be37f4f0756b7244cbb90c4fe1fe (patch)
treeae109c2306ced588fafc0d7ec3a913710bab2869 /DOCS
parent4c25f49236fc0aef29ba14b2905ea02edab6ec07 (diff)
downloadmpv-f176104ed5c7be37f4f0756b7244cbb90c4fe1fe.tar.bz2
mpv-f176104ed5c7be37f4f0756b7244cbb90c4fe1fe.tar.xz
command: add af-command command
Similar to vf-command. Requested. Untested.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 86a80a8929..e7f5b31b9d 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -700,6 +700,9 @@ 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.
+``af-command "<label>" "<cmd>" "<args>"``
+ Same as ``vf-command``, but for video filters.
+
Undocumented commands: ``tv-last-channel`` (TV/DVB only),
``ao-reload`` (experimental/internal).