[Mplayer-cvslog] CVS: main/libao2 ao_win32.c,1.8,1.9
Sascha Sommer CVS
syncmail at mplayerhq.hu
Tue Apr 6 20:06:23 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main/libao2 ao_alsa1x.c, 1.43, 1.44 ao_alsa5.c, 1.17, 1.18 ao_alsa9.c, 1.45, 1.46 ao_arts.c, 1.5, 1.6 ao_dxr2.c, 1.4, 1.5 ao_esd.c, 1.5, 1.6 ao_macosx.c, 1.2, 1.3 ao_mpegpes.c, 1.18, 1.19 ao_nas.c, 1.14, 1.15 ao_null.c, 1.10, 1.11 ao_oss.c, 1.41, 1.42 ao_pcm.c, 1.19, 1.20 ao_plugin.c, 1.23, 1.24 ao_sdl.c, 1.28, 1.29 ao_sgi.c, 1.4, 1.5 ao_sun.c, 1.25, 1.26 ao_win32.c, 1.7, 1.8 audio_out.h, 1.12, 1.13
- Next message: [Mplayer-cvslog] CVS: main/libao2 ao_sun.c,1.26,1.27
- 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-serv9259/libao2
Modified Files:
ao_win32.c
Log Message:
support immed flag
Index: ao_win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_win32.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ao_win32.c 6 Apr 2004 17:55:36 -0000 1.8
+++ ao_win32.c 6 Apr 2004 18:06:20 -0000 1.9
@@ -169,8 +169,8 @@
// close audio device
static void uninit(int immed)
{
- while (buffered_bytes > 0)
- usec_sleep(50000);
+ if(!immed)while(buffered_bytes > 0)usec_sleep(50000);
+ else buffered_bytes=0;
waveOutReset(hWaveOut);
waveOutClose(hWaveOut);
mp_msg(MSGT_AO, MSGL_V,"waveOut device closed\n");
- Previous message: [Mplayer-cvslog] CVS: main/libao2 ao_alsa1x.c, 1.43, 1.44 ao_alsa5.c, 1.17, 1.18 ao_alsa9.c, 1.45, 1.46 ao_arts.c, 1.5, 1.6 ao_dxr2.c, 1.4, 1.5 ao_esd.c, 1.5, 1.6 ao_macosx.c, 1.2, 1.3 ao_mpegpes.c, 1.18, 1.19 ao_nas.c, 1.14, 1.15 ao_null.c, 1.10, 1.11 ao_oss.c, 1.41, 1.42 ao_pcm.c, 1.19, 1.20 ao_plugin.c, 1.23, 1.24 ao_sdl.c, 1.28, 1.29 ao_sgi.c, 1.4, 1.5 ao_sun.c, 1.25, 1.26 ao_win32.c, 1.7, 1.8 audio_out.h, 1.12, 1.13
- Next message: [Mplayer-cvslog] CVS: main/libao2 ao_sun.c,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list