[MPlayer-dev-eng] Re: PATCH: vo_nas for mplayer
Tobias Diedrich
td at informatik.uni-hannover.de
Wed Dec 5 00:20:55 CET 2001
Arpi wrote:
> Hi,
>
> > Oops, the subject should have been ao_nas of course ^^;
>
> i know. patch is already applied...
Small followup to add credits and change an overlooked reference
to libaudiooss.
diff -urN main/libao2/ao_nas.c main-nas/libao2/ao_nas.c
--- main/libao2/ao_nas.c Mon Dec 3 02:13:14 2001
+++ main-nas/libao2/ao_nas.c Wed Dec 5 00:16:06 2001
@@ -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 @@
{
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",
--
Tobias PGP: 0x9AC7E0BC
More information about the MPlayer-dev-eng
mailing list