added chroma key

This commit is contained in:
itsmattkc
2018-11-18 02:22:11 +11:00
parent fcfc685ebe
commit 456103df2f
8 changed files with 79 additions and 15 deletions
-3
View File
@@ -116,10 +116,7 @@ void DeleteClipAction::redo() {
// remove ref to clip
ref = seq->clips.at(index);
if (ref->open) {
dout << "closing clip before deleting";
close_clip(ref);
if (ref->multithreaded) ref->cacher->wait();
dout << "FINISHED closing clip before deleting";
}
seq->clips[index] = NULL;