[MPlayer-cvslog] CVS: main/libao2 ao_alsa.c,1.16,1.17
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun Jan 30 10:16:43 CET 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv28884
Modified Files:
ao_alsa.c
Log Message:
Typo in hwac3 string
Index: ao_alsa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_alsa.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ao_alsa.c 28 Jan 2005 10:12:28 -0000 1.16
+++ ao_alsa.c 30 Jan 2005 09:16:41 -0000 1.17
@@ -379,7 +379,7 @@
s[3] = IEC958_AES3_CON_FS_48000;
snprintf(alsa_device, ALSA_DEVICE_SIZE,
- "iec958:{CARD 0 AES0 0x%2x AES1 0x%2x AES2 0x%2x AES3 0x%2x}",
+ "iec958:{CARD 0 AES0 0x%02x AES1 0x%02x AES2 0x%02x AES3 0x%02x}",
s[0], s[1], s[2], s[3]);
device.str = alsa_device;
More information about the MPlayer-cvslog
mailing list