mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-02-07 13:01:24 -05:00
reintroduce Start() methods to analysis and decoding thread
This commit is contained in:
@@ -14,6 +14,10 @@ DecoderThread::~DecoderThread() {
|
||||
thread_.join();
|
||||
}
|
||||
|
||||
void DecoderThread::Start() {
|
||||
terminate_ = false;
|
||||
thread_ = std::thread(&DecoderThread::Run, this);
|
||||
}
|
||||
void DecoderThread::Run() {
|
||||
Debug(2, "DecoderThread::Run() for %d", monitor_->Id());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user