added cache interrupt

This commit is contained in:
itsmattkc
2018-11-20 23:33:17 +11:00
parent 1c9bd659fa
commit 8398fe8208
3 changed files with 38 additions and 20 deletions
+1
View File
@@ -102,6 +102,7 @@ void cache_clip(Clip* clip, long playhead, bool reset, bool scrubbing, QVector<C
clip->cacher->reset = reset;
clip->cacher->nests = nests;
clip->cacher->scrubbing = scrubbing;
if (reset) clip->cacher->interrupt = true;
clip->can_cache.wakeAll();
} else {