[MPlayer-cvslog] CVS: main/libao2 ao_win32.c,1.22,1.23

Sascha Sommer CVS syncmail at mplayerhq.hu
Sat Jan 15 20:27:02 CET 2005


CVS change done by Sascha Sommer CVS

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

Modified Files:
	ao_win32.c 
Log Message:
print why waveOutOpen failed

Index: ao_win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_win32.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ao_win32.c	12 Jan 2005 22:00:02 -0000	1.22
+++ ao_win32.c	15 Jan 2005 19:27:00 -0000	1.23
@@ -220,7 +220,7 @@
 	}
 	if(result != MMSYSERR_NOERROR)
 	{
-		mp_msg(MSGT_AO, MSGL_ERR,"ao_win32: unable to open wave mapper device\n");
+		mp_msg(MSGT_AO, MSGL_ERR,"ao_win32: unable to open wave mapper device (result=%i)\n",result);
 		return 0;
     }
 	//allocate buffer memory as one big block




More information about the MPlayer-cvslog mailing list