summaryrefslogtreecommitdiff
path: root/src/decoder.h
diff options
context:
space:
mode:
authordeva <deva>2005-04-19 11:19:53 +0000
committerdeva <deva>2005-04-19 11:19:53 +0000
commit9ea1160395b119536ba2ee74a99a4aba73c55711 (patch)
tree1990b0af29bed250d1d5d429c1ee46dd59afc6b1 /src/decoder.h
parent322d53169f05269c6150019cb7fc7cd85c024cc8 (diff)
Isolated the dv1394 code in its own file.
Diffstat (limited to 'src/decoder.h')
-rw-r--r--src/decoder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/decoder.h b/src/decoder.h
index 649fda8..267c8aa 100644
--- a/src/decoder.h
+++ b/src/decoder.h
@@ -30,8 +30,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-//#include <avformat.h>
-#include <SDL/SDL.h>
#include "queue.h"
#include "encoder.h"
@@ -40,7 +38,6 @@
#include "thread.h"
#include "frame.h"
-
class Decoder : public Thread {
public:
Decoder(Error* err,