Skip to content

Commit 94e1de2

Browse files
committed
Fix crash opening converted old GPU project
1 parent 0918eb7 commit 94e1de2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mltxmlchecker.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ void MltXmlChecker::replaceMovitServices(QString &mlt_service, QVector<MltProper
758758
p.second = QString::number(p.second.toFloat() / 15000.0);
759759
}
760760
}
761+
} else {
762+
properties.removeIf([](const auto &prop) { return prop.first.startsWith("movit."); });
761763
}
762764
}
763765
if (new_mlt_service != mlt_service) {

0 commit comments

Comments
 (0)