summaryrefslogtreecommitdiff
path: root/src/decoder.h
diff options
context:
space:
mode:
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,