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_coreaudio.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'audio/out/ao_coreaudio.c') diff --git a/audio/out/ao_coreaudio.c b/audio/out/ao_coreaudio.c index 878d92b0af..0044a9ba4c 100644 --- a/audio/out/ao_coreaudio.c +++ b/audio/out/ao_coreaudio.c @@ -4,6 +4,9 @@ * original copyright (C) Timothy J. Wood - Aug 2000 * ported to MPlayer libao2 by Dan Christiansen * + * Chris Roccati + * Stefano Pigozzi + * * The S/PDIF part of the code is based on the auhal audio output * module from VideoLAN: * Copyright (c) 2006 Derk-Jan Hartman @@ -697,12 +700,8 @@ static void audio_resume(struct ao *ao) #define OPT_BASE_STRUCT struct priv const struct ao_driver audio_out_coreaudio = { - .info = &(const struct ao_info) { - "CoreAudio (OS X Audio Output)", - "coreaudio", - "Timothy J. Wood, Dan Christiansen, Chris Roccati & Stefano Pigozzi", - "", - }, + .description = "CoreAudio (OS X Audio Output)", + .name = "coreaudio", .uninit = uninit, .init = init, .play = play, -- cgit v1.2.3