[Mplayer-cvslog] CVS: main/libao2 ao_arts.c,1.6,1.7

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Aug 10 01:53:40 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv13514/libao2

Modified Files:
	ao_arts.c 
Log Message:
embarassing typo


Index: ao_arts.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_arts.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ao_arts.c	6 Apr 2004 17:55:36 -0000	1.6
+++ ao_arts.c	9 Aug 2004 23:53:37 -0000	1.7
@@ -76,7 +76,7 @@
 	if(format != AFMT_U8 && format != AFMT_S8)
 		ao_data.bps*=2;
 
-	stream=arts_play_stream(rate_hz, OBTAIN_BITRATE(format), channels, "Mplayer");
+	stream=arts_play_stream(rate_hz, OBTAIN_BITRATE(format), channels, "MPlayer");
 
 	if(stream == NULL) {
 		mp_msg(MSGT_AO, MSGL_ERR, "AO: [arts] Unable to open a stream\n");




More information about the MPlayer-cvslog mailing list