summaryrefslogtreecommitdiff
path: root/src/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder.h')
-rw-r--r--src/decoder.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/decoder.h b/src/decoder.h
index 247124a..8606880 100644
--- a/src/decoder.h
+++ b/src/decoder.h
@@ -38,6 +38,11 @@
/*
* $Log$
+ * Revision 1.15 2005/06/16 21:28:57 deva
+ * Rewrote thread object
+ * Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to
+ * growing server queue)
+ *
* Revision 1.14 2005/05/25 13:11:42 deva
*
* Made unfreeze close connection, when no recording is done.
@@ -91,7 +96,7 @@ public:
pthread_mutex_t *gmutex,
volatile int *grunning);
~Decoder();
- void run();
+ void thread_main();
void freeze();
void unfreeze();