summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_softpulldown.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_softpulldown.c')
-rw-r--r--video/filter/vf_softpulldown.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/video/filter/vf_softpulldown.c b/video/filter/vf_softpulldown.c
index 9968c57a1f..9a73e39110 100644
--- a/video/filter/vf_softpulldown.c
+++ b/video/filter/vf_softpulldown.c
@@ -163,10 +163,7 @@ static int vf_open(vf_instance_t *vf, char *args)
}
const vf_info_t vf_info_softpulldown = {
- "mpeg2 soft 3:2 pulldown",
- "softpulldown",
- "Tobias Diedrich <ranma+mplayer@tdiedrich.de>",
- "",
- vf_open,
- NULL
+ .description = "mpeg2 soft 3:2 pulldown",
+ .name = "softpulldown",
+ .open = vf_open,
};