summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_pullup.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_pullup.c')
-rw-r--r--video/filter/vf_pullup.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/video/filter/vf_pullup.c b/video/filter/vf_pullup.c
index 4d0fee6be6..163ad70ed4 100644
--- a/video/filter/vf_pullup.c
+++ b/video/filter/vf_pullup.c
@@ -263,10 +263,7 @@ static int vf_open(vf_instance_t *vf, char *args)
}
const vf_info_t vf_info_pullup = {
- "pullup (from field sequence to frames)",
- "pullup",
- "Rich Felker",
- "",
- vf_open,
- NULL
+ .description = "pullup (from field sequence to frames)",
+ .name = "pullup",
+ .open = vf_open,
};