summaryrefslogtreecommitdiff
path: root/src/decoder.cc
diff options
context:
space:
mode:
authordeva <deva>2005-04-26 10:17:04 +0000
committerdeva <deva>2005-04-26 10:17:04 +0000
commit617a90f67fe2f768fa0ce7002623e43581865837 (patch)
tree8a6be27dc165b9a4aa9d923b8d504e541deb605b /src/decoder.cc
parent0ffc2529d674a71a794effaa0975364c219f9115 (diff)
*** empty log message ***
Diffstat (limited to 'src/decoder.cc')
-rw-r--r--src/decoder.cc2
1 files changed, 1 insertions, 1 deletions
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*/