mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
Opus codec module test pass
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
ThreadBase::ThreadBase() {}
|
||||
|
||||
ThreadBase::~ThreadBase() {}
|
||||
ThreadBase::~ThreadBase() { Stop(); }
|
||||
|
||||
void ThreadBase::Start() {
|
||||
if (!thread_) {
|
||||
|
||||
Reference in New Issue
Block a user