1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

patch by Tobias Diedrich <td@informatik.uni-hannover.de>

add credits & fix a typo


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3337 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2001-12-05 12:12:00 +00:00
parent d5462be87b
commit 41f9bd6c90

View File

@ -1,3 +1,17 @@
/*
* NAS output plugin for mplayer
*
* based on the libaudiooss parts rewritten by me, which were
* originally based on the NAS output plugin for xmms.
*
* xmms plugin by Willem Monsuwe
* adapted for libaudiooss by Jon Trulson
* further modified by Erik Inge Bolsø
* largely rewritten and used for this
* plugin by Tobias Diedrich
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
@ -134,7 +148,7 @@ static AuBool error_handler(AuServer* aud, AuErrorEvent* ev)
{
char s[100];
AuGetErrorText(aud, ev->error_code, s, 100);
fprintf(stderr,"libaudiooss: error [%s]\n"
fprintf(stderr,"ao_nas: error [%s]\n"
"error_code: %d\n"
"request_code: %d\n"
"minor_code: %d\n",