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_sdl.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'video/out/vo_sdl.c') diff --git a/video/out/vo_sdl.c b/video/out/vo_sdl.c index c9e81c450d..60498e2847 100644 --- a/video/out/vo_sdl.c +++ b/video/out/vo_sdl.c @@ -995,12 +995,8 @@ static int control(struct vo *vo, uint32_t request, void *data) #define OPT_BASE_STRUCT struct priv const struct vo_driver video_out_sdl = { - .info = &(const vo_info_t) { - "SDL 2.0 Renderer", - "sdl", - "Rudolf Polzer ", - "" - }, + .description = "SDL 2.0 Renderer", + .name = "sdl", .priv_size = sizeof(struct priv), .priv_defaults = &(const struct priv) { .renderer_index = -1, -- cgit v1.2.3