Mercurial > mplayer.hg
comparison libaf/af.h @ 17619:9b619133f11a
Using non-blocking writes makes sense when the program wants to do other
things instead of waiting for the device to become ready. However, just
calling snd_pcm_wait() is identical to blocking mode, so we can just as
well remove support for non-blocking writes.
Besides, the waiting code was never actually used because play() is
never called with more data than reported by get_space().
author | cladisch |
---|---|
date | Mon, 13 Feb 2006 11:38:12 +0000 |
parents | 584bd8980d57 |
children | 1e188b06ce98 |
comparison
equal
deleted
inserted
replaced
17618:270f61c80d46 | 17619:9b619133f11a |
---|