jkl playback is functional

This commit is contained in:
itsmattkc
2019-01-23 18:57:52 +11:00
parent 0e3250fb59
commit 8462301caf
15 changed files with 162 additions and 63 deletions
+3 -3
View File
@@ -351,7 +351,7 @@ void ExportThread::run() {
start_time = QDateTime::currentMSecsSinceEpoch();
if (audio_enabled) {
compose_audio(nullptr, sequence, true);
compose_audio(nullptr, sequence, true, false);
}
if (video_enabled) {
do {
@@ -489,7 +489,7 @@ void ExportThread::run() {
}
void ExportThread::wake() {
mutex.lock();
mutex.lock();
waitCond.wakeAll();
mutex.unlock();
mutex.unlock();
}