oiiodecoder: implemented workaround for oiio stride bug in versions < 2.1.12

This commit is contained in:
itsmattkc
2020-05-01 01:38:31 +10:00
parent a9208294a0
commit 472030f8f0
2 changed files with 27 additions and 4 deletions
+3
View File
@@ -54,6 +54,9 @@ private:
#else
std::unique_ptr<OIIO::ImageInput> image_;
#endif
static void BufferToFrame(OIIO::ImageBuf* buf, FramePtr frame);
static bool FileTypeIsSupported(const QString& fn);
static int GetImageSequenceDigitCount(const QString& filename);