diff options
Diffstat (limited to 'src/mov_encoder_thread.h')
-rw-r--r-- | src/mov_encoder_thread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mov_encoder_thread.h b/src/mov_encoder_thread.h index 201a332..feea8e2 100644 --- a/src/mov_encoder_thread.h +++ b/src/mov_encoder_thread.h @@ -47,6 +47,9 @@ using namespace std; #include "info.h" +// For savestate_n +#include "package.h" + class MovEncoderThread { public: MovEncoderThread(const char *clientip, const char *cpr, Info *info); @@ -54,6 +57,8 @@ public: void encode(Frame* frame); + void setSaveState(n_savestate savestate); + private: Info *info; |