added OIIO decoder

This commit is contained in:
itsmattkc
2019-09-05 00:03:26 +10:00
parent 6d7c08a203
commit 695adea562
17 changed files with 337 additions and 47 deletions
+5
View File
@@ -31,6 +31,11 @@ Frame::Frame() :
{
}
FramePtr Frame::Create()
{
return std::make_shared<Frame>();
}
const int &Frame::width()
{
return width_;