This commit is contained in:
itsmattkc
2019-03-20 13:35:49 +11:00
parent afa1271134
commit 1bd4b110fd
6 changed files with 82 additions and 37 deletions
+2
View File
@@ -53,6 +53,7 @@ public:
void paint();
void start_render(QOpenGLContext* share,
Sequence *s,
int playback_speed,
const QString &save = nullptr,
GLvoid *pixels = nullptr,
int pixel_linesize = 0,
@@ -102,6 +103,7 @@ private:
QOpenGLShaderProgram* ocio_shader;
Sequence* seq;
int playback_speed_;
int divider;
int tex_width;
int tex_height;