X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=6ceb0c361f80e4b1d94db6d5db1a5a775979f925;hp=c38f34749cb89ff2a68fe67b61a62abcc5364983;hb=96591ba1b5bffa57724fa90e13d1f2cdc810ccd5;hpb=ff9e68a3f5abb179bd7bf9fb84df48327f148583 diff --git a/effect_chain.h b/effect_chain.h index c38f347..6ceb0c3 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -167,6 +167,7 @@ private: void topological_sort_visit_node(Node *node, std::set *visited_nodes, std::vector *sorted_list); // Used during finalize(). + void find_color_spaces_for_inputs(); void propagate_gamma_and_color_space(); Node *find_output_node();