summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_vo.c')
-rw-r--r--video/filter/vf_vo.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/video/filter/vf_vo.c b/video/filter/vf_vo.c
index 2e6e8e7170..5b6e2ab4d2 100644
--- a/video/filter/vf_vo.c
+++ b/video/filter/vf_vo.c
@@ -115,10 +115,7 @@ static int vf_open(vf_instance_t *vf, char *args)
}
const vf_info_t vf_info_vo = {
- "libvo wrapper",
- "vo",
- "A'rpi",
- "for internal use",
- vf_open,
- NULL
+ .description = "libvo wrapper",
+ .name = "vo",
+ .open = vf_open,
};