summaryrefslogtreecommitdiff
path: root/src/encoder.h
diff options
context:
space:
mode:
authordeva <deva>2005-03-29 20:07:22 +0000
committerdeva <deva>2005-03-29 20:07:22 +0000
commit789ed99ffdeae638e9191ca99272e536f36f6934 (patch)
tree29c884d1a6838cbdfc46feb6fb81da7a003f5eec /src/encoder.h
parent8baab8060621a4d219b84b14677990047ff0bf26 (diff)
Added a lot of error detection stuff to the camera, player, encoder and decoder objects.
Diffstat (limited to 'src/encoder.h')
-rw-r--r--src/encoder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/encoder.h b/src/encoder.h
index 1b459b9..8a458c8 100644
--- a/src/encoder.h
+++ b/src/encoder.h
@@ -42,7 +42,10 @@
#define VIDEO_BUFFER_SIZE (1024*1024)
-
+/**
+ * This class contains code for sending the video stream and the snapshots
+ * over the network, to the MIaV server.
+ */
class Encoder : public Thread {
public:
Encoder(Error* err,