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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user