oiiodecoder: fixed mistake when using OIIO 1.x

This commit is contained in:
itsmattkc
2020-03-06 17:02:51 +11:00
parent c75a0e8498
commit d12a0dca23
+1 -1
View File
@@ -112,7 +112,7 @@ bool OIIODecoder::Probe(Footage *f, const QAtomicInt *cancelled)
in->close();
#if OIIO_VERSION < 10903
OIIO::ImageInput::destroy(in_);
OIIO::ImageInput::destroy(in);
#endif
return true;