X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.cpp;h=ec64b83fc336800eeb29a0f66520adfa79a332a5;hb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f;hp=114670c913d304daedcdc48acbbdaec24246b1ef;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e;p=movit diff --git a/effect_chain.cpp b/effect_chain.cpp index 114670c..ec64b83 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -1413,10 +1413,6 @@ void EffectChain::finalize() output_dot("step19-split-to-phases.dot"); - for (unsigned i = 0; i < inputs.size(); ++i) { - inputs[i]->finalize(); - } - assert(phases[0]->inputs.empty()); finalized = true;