view mp_msg-mencoder.c @ 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 94813c4807f3
children 92b0eee57acb
line wrap: on
line source


#define FOR_MENCODER 1
#include "mp_msg.c"