summaryrefslogtreecommitdiff
path: root/src/mov_encoder.h
diff options
context:
space:
mode:
authordeva <deva>2005-06-16 21:54:21 +0000
committerdeva <deva>2005-06-16 21:54:21 +0000
commit60053525996c751ea9cdeddebbea8fa98e0c23a3 (patch)
tree289504fcc4cc8fdbe43f6f588ca92fc4b3147664 /src/mov_encoder.h
parente0592745a40dae2e14e5b6d9226f41a293ababc9 (diff)
*** empty log message ***R0_2_6
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: