fixed bug causing larger than necessary exported files
This commit is contained in:
@@ -407,10 +407,10 @@ GLuint olive::rendering::compose_sequence(ComposeSequenceParams ¶ms) {
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user