[MPlayer-cvslog] CVS: main/libao2 ao_alsa.c,1.15,1.16

Reimar Döffinger CVS syncmail at mplayerhq.hu
Fri Jan 28 11:12:30 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	ao_alsa.c 
Log Message:
Fixed the syntax of the spdif device string.
Thanks to Takashi Iwai for the hint.


Index: ao_alsa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_alsa.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ao_alsa.c	3 Jan 2005 14:23:18 -0000	1.15
+++ ao_alsa.c	28 Jan 2005 10:12:28 -0000	1.16
@@ -379,7 +379,7 @@
 	s[3] = IEC958_AES3_CON_FS_48000;
 
 	snprintf(alsa_device, ALSA_DEVICE_SIZE,
-		"iec958:AES0=0x%x,AES1=0x%x,AES2=0x%x,AES3=0x%x", 
+		"iec958:{CARD 0 AES0 0x%2x AES1 0x%2x AES2 0x%2x AES3 0x%2x}", 
  		s[0], s[1], s[2], s[3]);
 	device.str = alsa_device;
 




More information about the MPlayer-cvslog mailing list