summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_sub.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_sub.c')
-rw-r--r--video/filter/vf_sub.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/video/filter/vf_sub.c b/video/filter/vf_sub.c
index 814b8a0fca..0c72105cda 100644
--- a/video/filter/vf_sub.c
+++ b/video/filter/vf_sub.c
@@ -147,11 +147,9 @@ static const m_option_t vf_opts_fields[] = {
};
const vf_info_t vf_info_sub = {
- "Render subtitles",
- "sub",
- "Evgeniy Stepanov",
- "",
- vf_open,
+ .description = "Render subtitles",
+ .name = "sub",
+ .open = vf_open,
.priv_size = sizeof(struct vf_priv_s),
.priv_defaults = &vf_priv_dflt,
.options = vf_opts_fields,