summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_expand.c')
-rw-r--r--video/filter/vf_expand.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/video/filter/vf_expand.c b/video/filter/vf_expand.c
index 11983f56ec..51f49862d7 100644
--- a/video/filter/vf_expand.c
+++ b/video/filter/vf_expand.c
@@ -175,11 +175,9 @@ static const m_option_t vf_opts_fields[] = {
};
const vf_info_t vf_info_expand = {
- "expanding",
- "expand",
- "A'rpi",
- "",
- vf_open,
+ .description = "expanding",
+ .name = "expand",
+ .open = vf_open,
.priv_size = sizeof(struct vf_priv_s),
.priv_defaults = &vf_priv_dflt,
.options = vf_opts_fields,