render: fix issue responding to cancelled tasks

This commit is contained in:
itsmattkc
2022-07-10 12:54:55 -07:00
parent 963ffe8de3
commit a8d46c4c5f
17 changed files with 98 additions and 164 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ bool ConformTask::Run()
connect(decoder.get(), &Decoder::IndexProgress, this, &ConformTask::ProgressChanged);
bool ret = decoder->ConformAudio(output_filenames_, params_, &IsCancelled());
bool ret = decoder->ConformAudio(output_filenames_, params_, GetCancelAtom());
decoder->Close();