[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
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux demux_asf.c, 1.30, 1.31 demux_avi.c, 1.61, 1.62 demux_mkv.c, 1.33, 1.34 demux_mpg.c, 1.53, 1.54 demux_ty.c, 1.3, 1.4 demuxer.c, 1.180, 1.181
- Next message: [MPlayer-cvslog] CVS: main/libvo vo_pnm.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux demux_asf.c, 1.30, 1.31 demux_avi.c, 1.61, 1.62 demux_mkv.c, 1.33, 1.34 demux_mpg.c, 1.53, 1.54 demux_ty.c, 1.3, 1.4 demuxer.c, 1.180, 1.181
- Next message: [MPlayer-cvslog] CVS: main/libvo vo_pnm.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list