diff options
Diffstat (limited to 'server/mov_encoder_thread.cc')
-rw-r--r-- | server/mov_encoder_thread.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/mov_encoder_thread.cc b/server/mov_encoder_thread.cc index 2ff013d..c0b8b27 100644 --- a/server/mov_encoder_thread.cc +++ b/server/mov_encoder_thread.cc @@ -50,11 +50,11 @@ MovEncoderThread::MovEncoderThread(const char *clientip, const char *cpr, Info * block = new FrameVector(); - num_frames_in_block = config->readString("frame_sequence")->length(); + num_frames_in_block = MIaV::config->readString("frame_sequence")->length(); info->info("Frame sequence length %d", num_frames_in_block); - threads = config->readInt("encoding_threads"); + threads = MIaV::config->readInt("encoding_threads"); movencodersrunning = true; |