]> git.sesse.net Git - movit/commitdiff
Fix the name of the .dot file for the newly created colorspace input pass.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 12 Jan 2013 22:04:58 +0000 (23:04 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 12 Jan 2013 22:04:58 +0000 (23:04 +0100)
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");