diff options
Diffstat (limited to 'src/mov_encoder_thread.h')
-rw-r--r-- | src/mov_encoder_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mov_encoder_thread.h b/src/mov_encoder_thread.h index 3e7c1aa..201a332 100644 --- a/src/mov_encoder_thread.h +++ b/src/mov_encoder_thread.h @@ -49,7 +49,7 @@ using namespace std; class MovEncoderThread { public: - MovEncoderThread(const char *cpr, Info *info); + MovEncoderThread(const char *clientip, const char *cpr, Info *info); ~MovEncoderThread(); void encode(Frame* frame); |