diff options
author | deva <deva> | 2005-04-26 10:17:04 +0000 |
---|---|---|
committer | deva <deva> | 2005-04-26 10:17:04 +0000 |
commit | 617a90f67fe2f768fa0ce7002623e43581865837 (patch) | |
tree | 8a6be27dc165b9a4aa9d923b8d504e541deb605b /src/decoder.cc | |
parent | 0ffc2529d674a71a794effaa0975364c219f9115 (diff) |
*** empty log message ***
Diffstat (limited to 'src/decoder.cc')
-rw-r--r-- | src/decoder.cc | 2 |
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*/ |