summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_divtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_divtc.c')
-rw-r--r--video/filter/vf_divtc.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/video/filter/vf_divtc.c b/video/filter/vf_divtc.c
index 56a6698027..fc25aa89be 100644
--- a/video/filter/vf_divtc.c
+++ b/video/filter/vf_divtc.c
@@ -720,10 +720,7 @@ static int vf_open(vf_instance_t *vf, char *args)
const vf_info_t vf_info_divtc =
{
- "inverse telecine for deinterlaced video",
- "divtc",
- "Ville Saari",
- "",
- vf_open,
- NULL
+ .description = "inverse telecine for deinterlaced video",
+ .name = "divtc",
+ .open = vf_open,
};