summaryrefslogtreecommitdiff
path: root/src/mov_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mov_encoder.h')
-rw-r--r--src/mov_encoder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mov_encoder.h b/src/mov_encoder.h
index 918768b..76f0c7a 100644
--- a/src/mov_encoder.h
+++ b/src/mov_encoder.h
@@ -36,6 +36,9 @@
/*
* $Log$
+ * Revision 1.13 2005/06/16 21:54:22 deva
+ * *** empty log message ***
+ *
* Revision 1.12 2005/06/16 21:28:57 deva
* Rewrote thread object
* Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to
@@ -94,7 +97,7 @@ using namespace std;
#include "info.h"
// size specifies the length of the buffer.
-#define FAME_BUFFER_SIZE (2*720*576*4) // FIXME: One size fits all...
+#define FAME_BUFFER_SIZE (1024*1024) // FIXME: One size fits all...
class MovEncoder : public Thread {
public: