From 059bb3d52b269ddb53bd18b9d3220441a2899288 Mon Sep 17 00:00:00 2001 From: faust3 Date: Sat, 15 Jan 2005 19:27:00 +0000 Subject: print why waveOutOpen failed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14504 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2') diff --git a/libao2/ao_win32.c b/libao2/ao_win32.c index a35c25114e..84bef9435a 100644 --- a/libao2/ao_win32.c +++ b/libao2/ao_win32.c @@ -220,7 +220,7 @@ static int init(int rate,int channels,int format,int flags) } 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 -- cgit v1.2.3