fixed bug where an unindexed video would cache a blank first frame

This commit is contained in:
itsmattkc
2019-09-10 19:12:19 +10:00
parent 4c40475a6c
commit 69ca2b2a50
7 changed files with 14 additions and 6 deletions
+1
View File
@@ -255,6 +255,7 @@ public:
*/
const rational& LastRequestedTime();
bool ValueCachingEnabled();
void SetValueCachingEnabled(bool enabled);
virtual DataType data_type() = 0;