summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_ilpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_ilpack.c')
-rw-r--r--video/filter/vf_ilpack.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/video/filter/vf_ilpack.c b/video/filter/vf_ilpack.c
index d288ef07b6..136e8917ed 100644
--- a/video/filter/vf_ilpack.c
+++ b/video/filter/vf_ilpack.c
@@ -444,10 +444,7 @@ static int vf_open(vf_instance_t *vf, char *args)
}
const vf_info_t vf_info_ilpack = {
- "4:2:0 planar -> 4:2:2 packed reinterlacer",
- "ilpack",
- "Richard Felker",
- "",
- vf_open,
- NULL
+ .description = "4:2:0 planar -> 4:2:2 packed reinterlacer",
+ .name = "ilpack",
+ .open = vf_open,
};