oiiodecoder: implemented rudimentary image sequence support

This commit is contained in:
itsmattkc
2020-03-02 14:06:44 +11:00
parent 987a6557c4
commit de5955b403
5 changed files with 229 additions and 101 deletions
+1 -4
View File
@@ -70,10 +70,7 @@ bool FFmpegDecoder::Open()
return true;
}
if (!stream()) {
Error(QStringLiteral("Tried to open a decoder with no footage stream set"));
return false;
}
Q_ASSERT(stream());
int error_code;