finalized very, very basic OTIO support

Ironed out various project and footage loading issues, and a single
cache invalidation issue.
This commit is contained in:
itsmattkc
2020-10-23 01:26:17 +11:00
parent 9613730ee8
commit bc60c74562
32 changed files with 473 additions and 301 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ QString OIIODecoder::id()
return QStringLiteral("oiio");
}
ItemPtr OIIODecoder::Probe(const QString& filename, const QAtomicInt* cancelled) const
FootagePtr OIIODecoder::Probe(const QString& filename, const QAtomicInt* cancelled) const
{
if (!FileTypeIsSupported(filename)) {
return nullptr;