From cdc6810e599c6ad15aaa1431d52b4236516cceaa Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 3 Aug 2013 13:41:38 +0200 Subject: command: add vf/af properties --- core/m_property.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/m_property.c') 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 { -- cgit v1.2.3