From 9a1b7e9c865032c9d4bff03a88c81927be8f777e Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 14 Aug 2001 01:38:17 +0000 Subject: audio output plugin priority handling, based on patch provided by Philip Stadermann CVS patchset: 423 CVS date: 2001/08/14 01:38:17 --- src/audio_out/audio_esd_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio_out/audio_esd_out.c') diff --git a/src/audio_out/audio_esd_out.c b/src/audio_out/audio_esd_out.c index fedad7a12..4669c5b32 100644 --- a/src/audio_out/audio_esd_out.c +++ b/src/audio_out/audio_esd_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_esd_out.c,v 1.5 2001/06/25 08:46:55 guenter Exp $ + * $Id: audio_esd_out.c,v 1.6 2001/08/14 01:38:17 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -364,7 +364,7 @@ static ao_info_t ao_info_esd = { AUDIO_OUT_IFACE_VERSION, "esd", "xine audio output plugin using esd", - 1 + 5 }; ao_info_t *get_audio_out_plugin_info() { -- cgit v1.2.3