summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_lavfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_lavfi.c')
-rw-r--r--video/filter/vf_lavfi.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/video/filter/vf_lavfi.c b/video/filter/vf_lavfi.c
index 352350804b..115809986b 100644
--- a/video/filter/vf_lavfi.c
+++ b/video/filter/vf_lavfi.c
@@ -334,11 +334,9 @@ static const m_option_t vf_opts_fields[] = {
};
const vf_info_t vf_info_lavfi = {
- "libavfilter bridge",
- "lavfi",
- "",
- "",
- vf_open,
+ .description = "libavfilter bridge",
+ .name = "lavfi",
+ .open = vf_open,
.priv_size = sizeof(struct vf_priv_s),
.priv_defaults = &vf_priv_dflt,
.options = vf_opts_fields,