decoder: cache still textures

This commit is contained in:
itsmattkc
2022-07-17 15:42:11 -07:00
parent 0d9727b6d2
commit 2a1e87c9a9
2 changed files with 15 additions and 2 deletions
+3
View File
@@ -329,6 +329,9 @@ private:
qint64 last_accessed_;
TexturePtr cached_texture_;
rational cached_time_;
};
uint qHash(Decoder::CodecStream stream, uint seed = 0);