oiio: actually store the last opened sequence index

Fixes #1376
This commit is contained in:
itsmattkc
2020-11-26 19:53:29 +11:00
parent 378216acb9
commit f068343a08
+2
View File
@@ -139,6 +139,8 @@ FramePtr OIIODecoder::RetrieveVideoInternal(const rational &timecode, const int&
if (!OpenImageHandler(TransformImageSequenceFileName(stream()->footage()->filename(), sequence_index))) {
return nullptr;
}
last_sequence_index_ = sequence_index;
}
FramePtr frame = Frame::Create();