decoder: track divider in cached frame

This commit is contained in:
itsmattkc
2022-10-24 10:13:17 -07:00
parent 3ae7f0ff7e
commit 876bc26a5c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -316,6 +316,7 @@ private:
TexturePtr cached_texture_;
rational cached_time_;
int cached_divider_;
};