summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-03-25 18:13:04 +0100
committerwm4 <wm4@nowhere>2017-03-25 18:13:04 +0100
commitb0086d62432952ac510dd1e2747e20a75e85f899 (patch)
treec09460e5c8d4ba9a5d035ca42d51b0f872ca398c /DOCS/man
parent7d424b4ce45534ade52f38df68308498decc0171 (diff)
downloadmpv-b0086d62432952ac510dd1e2747e20a75e85f899.tar.bz2
mpv-b0086d62432952ac510dd1e2747e20a75e85f899.tar.xz
m_option: consistent af/vf filter entry "enabled" flag default value
It should default to true, but setting the filter list via mpv_node (relevant for client API and Lua scripting) left it to false. Also "document" the flag.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index d252bb93a1..12193843ff 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1800,6 +1800,7 @@ Property list
MPV_FORMAT_NODE_MAP (for each filter entry)
"name" MPV_FORMAT_STRING
"label" MPV_FORMAT_STRING [optional]
+ "enabled" MPV_FORMAT_FLAG [optional]
"params" MPV_FORMAT_NODE_MAP [optional]
"key" MPV_FORMAT_STRING
"value" MPV_FORMAT_STRING