Update of /cvsroot/mplayer/main/libao2 In directory usw-pr-cvs1:/tmp/cvs-serv12369/libao2 Modified Files: ao_alsa5.c Log Message: Added missing declaration of variables 'err'. Index: ao_alsa5.c =================================================================== RCS file: /cvsroot/mplayer/main/libao2/ao_alsa5.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ao_alsa5.c 2001/06/07 13:03:17 1.3 --- ao_alsa5.c 2001/06/08 13:35:24 1.4 *************** *** 238,241 **** --- 238,243 ---- static void uninit() { + int err; + if ((err = snd_pcm_playback_drain(alsa_handler)) < 0) { *************** *** 302,305 **** --- 304,308 ---- static void audio_resume() { + int err; if ((err = snd_pcm_channel_prepare(alsa_handler, SND_PCM_CHANNEL_PLAYBACK)) < 0) { _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Bertrand Baudet