renderer: improve thread safety

Since we share render backends between the viewer and cache tasks now, we
should ensure the render backend is thread safe.
This commit is contained in:
itsmattkc
2020-07-07 13:16:25 +10:00
parent a45f514f68
commit 919314cce8
6 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ bool CacheTask::Run()
}
}
Render(video_range, audio_range, QMatrix4x4(), true);
Render(video_range, audio_range, true);
download_threads_.waitForDone();