summaryrefslogtreecommitdiff
path: root/src/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue.h')
-rw-r--r--src/queue.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/queue.h b/src/queue.h
index 475eabf..1967c0c 100644
--- a/src/queue.h
+++ b/src/queue.h
@@ -38,6 +38,10 @@
/*
* $Log$
+ * Revision 1.14 2005/05/07 10:25:34 deva
+ *
+ * Removed ffmpeg code from img_encoder and corrected decoding errors in mov_encoder
+ *
* Revision 1.13 2005/05/03 08:31:59 deva
* Removed the error object, and replaced it with a more generic info object.
*
@@ -54,8 +58,8 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#include <avformat.h>
-#include <avcodec.h>
+//#include <avformat.h>
+//#include <avcodec.h>
#include "thread.h"
#include "util.h"