summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_delogo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_delogo.c')
-rw-r--r--video/filter/vf_delogo.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/video/filter/vf_delogo.c b/video/filter/vf_delogo.c
index 269464f605..98bb34bb7c 100644
--- a/video/filter/vf_delogo.c
+++ b/video/filter/vf_delogo.c
@@ -316,11 +316,9 @@ static const m_option_t vf_opts_fields[] = {
};
const vf_info_t vf_info_delogo = {
- "simple logo remover",
- "delogo",
- "Jindrich Makovicka, Alex Beregszaszi",
- "",
- vf_open,
+ .description = "simple logo remover",
+ .name = "delogo",
+ .open = vf_open,
.priv_size = sizeof(struct vf_priv_s),
.priv_defaults = &vf_priv_dflt,
.options = vf_opts_fields,