[Mplayer-cvslog] CVS: main/libao2 ao_alsa9.c,1.39,1.40 pl_delay.c,1.7,1.8

Gabucino gabucino at mplayerhq.hu
Sat Oct 4 19:29:31 CEST 2003


Update of /cvsroot/mplayer/main/libao2
In directory mail:/var/tmp.root/cvs-serv24410/libao2

Modified Files:
	ao_alsa9.c pl_delay.c 
Log Message:
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>


Index: ao_alsa9.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_alsa9.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ao_alsa9.c	21 Sep 2003 09:49:05 -0000	1.39
+++ ao_alsa9.c	4 Oct 2003 17:28:58 -0000	1.40
@@ -408,13 +408,13 @@
 
 	if ((tmp_device = snd_pcm_info_get_device(alsa_info)) < 0)
 	  {
-	    printf("alsa-init: cant get device\n");
+	    printf("alsa-init: can't get device\n");
 	    return(0);
 	  }
 
 	if ((tmp_subdevice = snd_pcm_info_get_subdevice(alsa_info)) < 0)
 	  {
-	    printf("alsa-init: cant get subdevice\n");
+	    printf("alsa-init: can't get subdevice\n");
 	    return(0);
 	  }
 	
@@ -423,7 +423,7 @@
 
 	if ((err = snprintf(alsa_device, ALSA_DEVICE_SIZE, "hw:%1d,%1d", tmp_device, tmp_subdevice)) <= 0)
 	  {
-	    printf("alsa-init: cant wrote device-id\n");
+	    printf("alsa-init: can't write device-id\n");
 	  }
 
 	snd_pcm_info_free(alsa_info);

Index: pl_delay.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/pl_delay.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pl_delay.c	21 Mar 2003 16:42:50 -0000	1.7
+++ pl_delay.c	4 Oct 2003 17:28:58 -0000	1.8
@@ -1,4 +1,4 @@
-/* Audio out plugin it doesnt't really do anything useful but serves
+/* Audio out plugin it doesn't really do anything useful but serves
    an example of how audio plugins work. It delays the output signal
    by the nuber of samples set by delay=n where n is the number of
    bytes.  



More information about the MPlayer-cvslog mailing list