summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_yadif.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_yadif.c')
-rw-r--r--video/filter/vf_yadif.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/video/filter/vf_yadif.c b/video/filter/vf_yadif.c
index 29156986db..b9a48c6da2 100644
--- a/video/filter/vf_yadif.c
+++ b/video/filter/vf_yadif.c
@@ -524,11 +524,9 @@ static const m_option_t vf_opts_fields[] = {
};
const vf_info_t vf_info_yadif = {
- "Yet Another DeInterlacing Filter",
- "yadif",
- "Michael Niedermayer",
- "",
- vf_open,
+ .description = "Yet Another DeInterlacing Filter",
+ .name = "yadif",
+ .open = vf_open,
.priv_size = sizeof(struct vf_priv_s),
.priv_defaults = &vf_priv_default,
.options = vf_opts_fields,