From c8930e80a850a9459157023db57ae723f7a82432 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Oct 2013 19:06:14 +0200 Subject: video/out: remove useless info struct and redundant fields The author and comment fields were printed only in -v mode. --- video/out/vo_x11.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'video/out/vo_x11.c') diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index c5d86faffd..a2c8ecb2e8 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -1,6 +1,8 @@ /* * This file is part of MPlayer. * + * Original author: Aaron Holtzman + * * MPlayer is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -656,12 +658,8 @@ static int control(struct vo *vo, uint32_t request, void *data) } const struct vo_driver video_out_x11 = { - .info = &(const vo_info_t) { - "X11 ( XImage/Shm )", - "x11", - "Aaron Holtzman ", - "" - }, + .description = "X11 ( XImage/Shm )", + .name = "x11", .priv_size = sizeof(struct priv), .options = (const struct m_option []){{0}}, .preinit = preinit, -- cgit v1.2.3