update frames after the playhead first

This commit is contained in:
itsmattkc
2019-09-08 12:21:16 +10:00
parent df1f2c0d8b
commit d700f89f57
2 changed files with 45 additions and 15 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
#ifndef RENDERER_H
#define RENDERER_H
#include <QLinkedList>
#include <QOpenGLTexture>
#include "node/node.h"
@@ -167,7 +168,7 @@ private:
rational timebase_;
double timebase_dbl_;
QVector<rational> cache_queue_;
QLinkedList<rational> cache_queue_;
QString cache_name_;
qint64 cache_time_;
QString cache_id_;