summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_noformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_noformat.c')
-rw-r--r--video/filter/vf_noformat.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/video/filter/vf_noformat.c b/video/filter/vf_noformat.c
index 2a668c6d44..993c805060 100644
--- a/video/filter/vf_noformat.c
+++ b/video/filter/vf_noformat.c
@@ -56,11 +56,9 @@ static const m_option_t vf_opts_fields[] = {
};
const vf_info_t vf_info_noformat = {
- "disallow one output format",
- "noformat",
- "Joey",
- "",
- vf_open,
+ .description = "disallow one output format",
+ .name = "noformat",
+ .open = vf_open,
.priv_size = sizeof(struct vf_priv_s),
.priv_defaults = &vf_priv_dflt,
.options = vf_opts_fields,