From: Steinar H. Gunderson Date: Sat, 12 Jan 2013 22:04:58 +0000 (+0100) Subject: Fix the name of the .dot file for the newly created colorspace input pass. X-Git-Tag: 1.0~189 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=07a8813b233fafdf5a3e6c495e4864d3cc971057 Fix the name of the .dot file for the newly created colorspace input pass. --- 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");