summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/camera.h b/src/camera.h
index a495149..0ffdc3a 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -31,6 +31,11 @@
/*
* $Log$
+ * Revision 1.13 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.12 2005/05/16 16:00:56 deva
*
* Lots of stuff!
@@ -104,9 +109,11 @@ private:
Info *info;
bool initialized;
+ /* // No need for these anymore
pthread_t playertid;
pthread_t decodetid;
pthread_t encodetid;
+ */
volatile int running;
Encoder *encoder;