diff options
Diffstat (limited to 'server/mov_encoder_thread.h')
-rw-r--r-- | server/mov_encoder_thread.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/server/mov_encoder_thread.h b/server/mov_encoder_thread.h index feea8e2..1af803d 100644 --- a/server/mov_encoder_thread.h +++ b/server/mov_encoder_thread.h @@ -45,14 +45,12 @@ using namespace std; #include "audio_encoder.h" #include "mov_encoder_writer.h" -#include "info.h" - // For savestate_n #include "package.h" class MovEncoderThread { public: - MovEncoderThread(const char *clientip, const char *cpr, Info *info); + MovEncoderThread(const char *clientip, const char *cpr); ~MovEncoderThread(); void encode(Frame* frame); @@ -60,8 +58,6 @@ public: void setSaveState(n_savestate savestate); private: - Info *info; - // FrameVectorQueue *inputqueue; ThreadSafeQueueFIFO *inputqueue; FrameVector *block; |