From d58d4ec93c6a89cea3488689f12f6e7abd0617c9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Oct 2013 19:07:27 +0200 Subject: audio/out: remove useless info struct and redundant fields --- audio/out/ao_pcm.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'audio/out/ao_pcm.c') diff --git a/audio/out/ao_pcm.c b/audio/out/ao_pcm.c index 7b5bc3e3dc..d2f5f791ec 100644 --- a/audio/out/ao_pcm.c +++ b/audio/out/ao_pcm.c @@ -3,6 +3,8 @@ * * This file is part of MPlayer. * + * Original author: Atmosfear + * * 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 @@ -203,12 +205,8 @@ static int play(struct ao *ao, void *data, int len, int flags) #define OPT_BASE_STRUCT struct priv const struct ao_driver audio_out_pcm = { - .info = &(const struct ao_info) { - "RAW PCM/WAVE file writer audio output", - "pcm", - "Atmosfear", - "", - }, + .description = "RAW PCM/WAVE file writer audio output", + .name = "pcm", .init = init, .uninit = uninit, .get_space = get_space, -- cgit v1.2.3