summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/camera.h b/src/camera.h
index a75acea..b1aef2e 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -31,6 +31,10 @@
/*
* $Log$
+ * Revision 1.11 2005/05/07 10:25:34 deva
+ *
+ * Removed ffmpeg code from img_encoder and corrected decoding errors in mov_encoder
+ *
* Revision 1.10 2005/05/03 08:31:59 deva
* Removed the error object, and replaced it with a more generic info object.
*
@@ -55,7 +59,7 @@ using namespace std;
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
-#include <avformat.h>
+//#include <avformat.h>
#include "util.h"
#include "queue.h"