== Sequencer ==

Since prefetch rendering in sequencer is currently disabled, 
seq_thread_shutdown should be always TRUE for now.
This commit is contained in:
2010-05-01 11:51:56 +00:00
parent c64e4566e1
commit bff3ec4ccc

View File

@@ -2832,7 +2832,7 @@ static pthread_cond_t wakeup_cond = PTHREAD_COND_INITIALIZER;
static pthread_mutex_t frame_done_lock = PTHREAD_MUTEX_INITIALIZER;
static pthread_cond_t frame_done_cond = PTHREAD_COND_INITIALIZER;
static volatile int seq_thread_shutdown = FALSE;
static volatile int seq_thread_shutdown = TRUE;
static volatile int seq_last_given_monoton_cfra = 0;
static int monoton_cfra = 0;