oiio: fixed incorrect version namespace

This commit is contained in:
itsmattkc
2020-08-10 02:54:03 +10:00
parent e21b68be53
commit 4f1e7ea4ef
+1 -1
View File
@@ -294,7 +294,7 @@ PixelFormat::Format OIIODecoder::GetFormatFromOIIOBasetype(const OIIO::ImageSpec
}
}
rational OIIODecoder::GetPixelAspectRatioFromOIIO(const OpenImageIO_v2_1::ImageSpec &spec)
rational OIIODecoder::GetPixelAspectRatioFromOIIO(const OIIO::ImageSpec &spec)
{
return rational::fromDouble(spec.extra_attribs.get_float("PixelAspectRatio", 1));
}