more or less completed OIIO decoder

This commit is contained in:
itsmattkc
2019-09-05 01:15:50 +10:00
parent 695adea562
commit faa7f798ff
11 changed files with 134 additions and 47 deletions
+4
View File
@@ -54,6 +54,10 @@ private:
PixelFormatInfo pix_fmt_info_;
bool is_rgba_;
FramePtr frame_;
};
#endif // OIIODECODER_H