derive clips, tracks, and sequences from the same base

This commit is contained in:
itsmattkc
2019-04-14 11:13:00 +10:00
parent 336ef69d73
commit 1b9a963eeb
26 changed files with 284 additions and 108 deletions
+2 -2
View File
@@ -375,8 +375,8 @@ GLuint olive::rendering::compose_sequence(ComposeSequenceParams &params) {
GLuint textureID = 0;
// store video source dimensions
int video_width = c->media_width();
int video_height = c->media_height();
int video_width = c->MediaWidth();
int video_height = c->MediaHeight();
// prepare framebuffers for backend drawing operations
if (c->fbo.isEmpty()) {