From 2d0e5322f21d161e181439d98087b7925c03f078 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 2 May 2020 22:55:45 +1000 Subject: [PATCH] oiiodecoder: fixed namespace issue --- app/codec/oiio/oiiodecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/codec/oiio/oiiodecoder.cpp b/app/codec/oiio/oiiodecoder.cpp index 590c23706..e55e379ee 100644 --- a/app/codec/oiio/oiiodecoder.cpp +++ b/app/codec/oiio/oiiodecoder.cpp @@ -231,7 +231,7 @@ QString OIIODecoder::GetIndexFilename() return QString(); } -void OIIODecoder::FrameToBuffer(FramePtr frame, OpenImageIO_v2_1::ImageBuf *buf) +void OIIODecoder::FrameToBuffer(FramePtr frame, OIIO::ImageBuf *buf) { #if OIIO_VERSION < 20112 //