-
Emanuele Giaquinta authored
Remove useless computation. After the pthread_cond_wait loop there are at least MIN(od->bufferSize, size) free bytes in the buffer. Thus MIN(od->bufferSize - od->len, size) is always equal to MIN(od->bufferSize, size).
25c04a97
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| alsa_plugin.c | ||
| ao_plugin.c | ||
| fifo_plugin.c | ||
| jack_plugin.c | ||
| mvp_plugin.c | ||
| null_plugin.c | ||
| oss_plugin.c | ||
| osx_plugin.c | ||
| pulse_plugin.c | ||
| shout_mp3.c | ||
| shout_ogg.c | ||
| shout_plugin.c | ||
| shout_plugin.h |