summaryrefslogtreecommitdiffstats
path: root/core/m_property.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-03 13:41:38 +0200
committerwm4 <wm4@nowhere>2013-08-03 14:47:33 +0200
commitcdc6810e599c6ad15aaa1431d52b4236516cceaa (patch)
tree17cefca479a23650f551cf6d3dceb85e32e5b12d /core/m_property.c
parentef3c5a75abf8587f3312ba992f01e75851320a62 (diff)
downloadmpv-cdc6810e599c6ad15aaa1431d52b4236516cceaa.tar.bz2
mpv-cdc6810e599c6ad15aaa1431d52b4236516cceaa.tar.xz
command: add vf/af properties
Diffstat (limited to 'core/m_property.c')
-rw-r--r--core/m_property.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/m_property.c b/core/m_property.c
index e908da623b..f334b6fe1f 100644
--- a/core/m_property.c
+++ b/core/m_property.c
@@ -37,6 +37,7 @@
const struct m_option_type m_option_type_dummy = {
.name = "Unknown",
+ .flags = M_OPT_TYPE_ALLOW_WILDCARD, // make "vf*" property work
};
struct legacy_prop {