decoders: mild refactoring and code cleanup

Just making things a little bit nicer.
This commit is contained in:
itsmattkc
2020-08-18 03:17:01 +10:00
parent 2cedc8aaae
commit d9851dc329
8 changed files with 141 additions and 133 deletions
+6 -2
View File
@@ -249,9 +249,13 @@ protected:
QString GetIndexFilename();
bool open_;
static QString TransformImageSequenceFileName(const QString& filename, const int64_t& number);
QMutex mutex_;
static int GetImageSequenceDigitCount(const QString& filename);
static int64_t GetImageSequenceIndex(const QString& filename);
bool open_;
private:
StreamPtr stream_;