decoders: mild refactoring and code cleanup
Just making things a little bit nicer.
This commit is contained in:
+6
-2
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user