summaryrefslogtreecommitdiff
path: root/src/mov_encoder_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mov_encoder_thread.h')
-rw-r--r--src/mov_encoder_thread.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mov_encoder_thread.h b/src/mov_encoder_thread.h
index 989dd87..87a8f63 100644
--- a/src/mov_encoder_thread.h
+++ b/src/mov_encoder_thread.h
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.6 2005/06/09 11:00:03 deva
+ * Added daemon code, and cleaned up using -Wall and -Werror
+ *
* Revision 1.5 2005/05/22 15:49:22 deva
* Added multithreaded encoding support.
*
@@ -92,7 +95,7 @@ private:
int current_frame;
unsigned int frame_number;
- int num_frames_in_block;
+ unsigned int num_frames_in_block;
MovEncoderWriter *writer;
pthread_t* writer_tid;