use linesize workaround for setting OIIO pixels as well as getting

This commit is contained in:
itsmattkc
2020-05-02 22:51:29 +10:00
parent 90597bd08a
commit 3e57cdac1d
3 changed files with 34 additions and 7 deletions
+2
View File
@@ -48,6 +48,8 @@ public:
virtual QString GetIndexFilename() override;
static void FrameToBuffer(FramePtr frame, OIIO::ImageBuf* buf);
static void BufferToFrame(OIIO::ImageBuf* buf, FramePtr frame);
private: