summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vavpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_vavpp.c')
-rw-r--r--video/filter/vf_vavpp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/video/filter/vf_vavpp.c b/video/filter/vf_vavpp.c
index ba4e9ca411..62dd9a77a0 100644
--- a/video/filter/vf_vavpp.c
+++ b/video/filter/vf_vavpp.c
@@ -395,11 +395,9 @@ static const m_option_t vf_opts_fields[] = {
};
const vf_info_t vf_info_vaapi = {
- .info = "VA-API Video Post-Process Filter",
+ .description = "VA-API Video Post-Process Filter",
.name = "vavpp",
- .author = "xylosper",
- .comment = "",
- .vf_open = vf_open,
+ .open = vf_open,
.priv_size = sizeof(struct vf_priv_s),
.priv_defaults = &vf_priv_default,
.options = vf_opts_fields,