summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.c')
-rw-r--r--video/filter/vf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index 9a8c1bba04..212fc1d7a5 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -131,6 +131,7 @@ static bool get_desc(struct m_obj_desc *dst, int index)
.priv_defaults = vf->priv_defaults,
.options = vf->options,
.p = vf,
+ .print_help = vf->print_help,
};
return true;
}