[MPlayer-dev-eng] Re: PATCH: vo_nas for mplayer

Tobias Diedrich td at informatik.uni-hannover.de
Wed Dec 5 11:46:09 CET 2001


Felix Buenemann wrote:
> On Wednesday, 5. December 2001 00:20, you wrote:
> > 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.
> Resend as an attachment (preferably base64 encoded, quoted pirntable should 
> also do).

Why ?
patch will happily just ignore the text above the patch.
And wether you save an attachement or the mail shouldn't matter much...
But if you like it more this way, I'll attach it this time.

-- 
Tobias								PGP: 0x9AC7E0BC
Hannover Fantreffen ML: mailto:fantreffen-request at mantrha.de?subject=subscribe
Manga & Anime Treff Hannover: http://www.mantrha.de/
-------------- next part --------------
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",


More information about the MPlayer-dev-eng mailing list