X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=6ceb0c361f80e4b1d94db6d5db1a5a775979f925;hp=c38f34749cb89ff2a68fe67b61a62abcc5364983;hb=a616ded3842994840ce0cfa365d259f602493779;hpb=5e05605a85a15944b95d7000745446756cdcbfa8 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();