X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.cpp;h=1832b9ee7ce6364980eef747ae2d19d6411083ae;hp=cb7c52caa6cbd831642c1960e8bf701aca277684;hb=07a8813b233fafdf5a3e6c495e4864d3cc971057;hpb=a616ded3842994840ce0cfa365d259f602493779 diff --git a/effect_chain.cpp b/effect_chain.cpp index cb7c52c..1832b9e 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -1005,7 +1005,7 @@ void EffectChain::finalize() output_dot("step1-rewritten.dot"); find_color_spaces_for_inputs(); - output_dot("step2-propagated.dot"); + output_dot("step2-input-colorspace.dot"); propagate_gamma_and_color_space(); output_dot("step3-propagated.dot");