reset WAVEOUTLEN back to 16 as gui becomes unresponsive with higher values

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1294 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2006-10-14 22:12:47 +00:00
parent 712030924b
commit fb206f958b

View File

@ -29,7 +29,7 @@
#include <ao/ao.h> #include <ao/ao.h>
#include <sys/time.h> #include <sys/time.h>
#define WAVEOUTLEN 1024 #define WAVEOUTLEN 16
static ao_device *o_device = NULL; static ao_device *o_device = NULL;
static int default_driver; static int default_driver;