Turn threaded data runloop off by default - still very unstable

when used in conjunction with threaded video
This commit is contained in:
twinaphex 2015-05-09 10:00:51 +02:00
parent 21614c9d4e
commit fddfee05a9

View File

@ -417,7 +417,8 @@ static unsigned swap_interval = 1;
static const bool video_threaded = false;
#ifdef HAVE_THREADS
static const bool threaded_data_runloop_enable = true;
/* unstable for now when used in conjunction with threaded video */
static const bool threaded_data_runloop_enable = false;
#else
static const bool threaded_data_runloop_enable = false;
#endif