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_vaapi.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'video/out/vo_vaapi.c') diff --git a/video/out/vo_vaapi.c b/video/out/vo_vaapi.c index 7dab1ed058..a810b1bc60 100644 --- a/video/out/vo_vaapi.c +++ b/video/out/vo_vaapi.c @@ -2,6 +2,7 @@ * VA API output module * * Copyright (C) 2008-2009 Splitted-Desktop Systems + * Gwenole Beauchesne * * This file is part of MPlayer. * @@ -643,12 +644,8 @@ static int preinit(struct vo *vo) #define OPT_BASE_STRUCT struct priv const struct vo_driver video_out_vaapi = { - .info = &(const vo_info_t) { - "VA API with X11", - "vaapi", - "Gwenole Beauchesne and others", - "" - }, + .description = "VA API with X11", + .name = "vaapi", .preinit = preinit, .query_format = query_format, .reconfig = reconfig, -- cgit v1.2.3