]> git.sesse.net Git - movit/blobdiff - effect_chain.cpp
Fix the name of the .dot file for the newly created colorspace input pass.
[movit] / effect_chain.cpp
index cb7c52caa6cbd831642c1960e8bf701aca277684..1832b9ee7ce6364980eef747ae2d19d6411083ae 100644 (file)
@@ -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");