reduce size of output-buffer to improve ui-performance

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1044 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2006-02-08 13:35:35 +00:00
parent f398b261b2
commit bcfc457bd5

View File

@ -28,7 +28,7 @@
#include <sys/time.h> #include <sys/time.h>
#define MAX_QUEUE 10 #define MAX_QUEUE 10
#define WAVEOUTBUF 64 #define WAVEOUTBUF 16
int g_dsp_fd; int g_dsp_fd;
ao_device *o_device = NULL; ao_device *o_device = NULL;