summaryrefslogtreecommitdiffstats
path: root/video/out/vo_wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_wayland.c')
-rw-r--r--video/out/vo_wayland.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/video/out/vo_wayland.c b/video/out/vo_wayland.c
index 7a590a87df..b1f99bd26f 100644
--- a/video/out/vo_wayland.c
+++ b/video/out/vo_wayland.c
@@ -711,12 +711,8 @@ static int control(struct vo *vo, uint32_t request, void *data)
#define OPT_BASE_STRUCT struct priv
const struct vo_driver video_out_wayland = {
- .info = &(const vo_info_t) {
- "Wayland SHM video output",
- "wayland",
- "Alexander Preisinger <alexander.preisinger@gmail.com>",
- ""
- },
+ .description = "Wayland SHM video output",
+ .name = "wayland",
.priv_size = sizeof(struct priv),
.preinit = preinit,
.query_format = query_format,