fixed bug causing larger than necessary exported files

This commit is contained in:
itsmattkc
2019-03-25 01:42:01 +11:00
parent 78fb7d11bd
commit 276151d415
2 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -407,10 +407,10 @@ GLuint olive::rendering::compose_sequence(ComposeSequenceParams &params) {
// run through all of the clip's effects
for (int j=0;j<c->effects.size();j++) {
Effect* e = c->effects.at(j).get();
process_effect(c, e, timecode, coords, textureID, fbo_switcher, params.texture_failed, kTransitionNone);
}
// if the clip has an opening transition, process that now