mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
source-mirror: Remove double mutex lock
This commit is contained in:
parent
c0f951d855
commit
da6feda981
1 changed files with 0 additions and 1 deletions
|
@ -625,7 +625,6 @@ void source::mirror::mirror_instance::audio_output_cb()
|
|||
|
||||
while (!this->m_audio_kill_thread) {
|
||||
if (this->m_audio_have_output) {
|
||||
std::unique_lock<std::mutex> ulock(this->m_audio_lock);
|
||||
obs_source_output_audio(this->m_self, &this->m_audio_output);
|
||||
this->m_audio_have_output = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue