summaryrefslogtreecommitdiff
path: root/src/decoder.cc
diff options
context:
space:
mode:
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*/