summaryrefslogtreecommitdiffstats
path: root/video/out/vo_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_null.c')
-rw-r--r--video/out/vo_null.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/video/out/vo_null.c b/video/out/vo_null.c
index 9927a0a53d..c7e81a8c16 100644
--- a/video/out/vo_null.c
+++ b/video/out/vo_null.c
@@ -67,12 +67,8 @@ static int control(struct vo *vo, uint32_t request, void *data)
}
const struct vo_driver video_out_null = {
- .info = &(const vo_info_t) {
- "Null video output",
- "null",
- "Aaron Holtzman <aholtzma@ess.engr.uvic.ca>",
- ""
- },
+ .description = "Null video output",
+ .name = "null",
.preinit = preinit,
.query_format = query_format,
.config = config,