From 617a90f67fe2f768fa0ce7002623e43581865837 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 26 Apr 2005 10:17:04 +0000 Subject: *** empty log message *** --- src/decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder.cc') diff --git a/src/decoder.cc b/src/decoder.cc index cd5806f..8f95727 100644 --- a/src/decoder.cc +++ b/src/decoder.cc @@ -90,11 +90,11 @@ void Decoder::decode() // Kick the others so they wake up with empty queues sem_post(encode_sem); - pthread_exit(NULL); } void Decoder::run() { decode(); + fprintf(stderr, "Decoder thread stopped.\n"); fflush(sdterr); } #endif /*USE_GUI*/ -- cgit v1.2.3