X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.cpp;h=3bc04a3d84a7b621f4af7b345dde1ad781b8224c;hp=9ea2c03a828d2ea6861b504c33512fa713d2cdea;hb=02dd3a9d0eac3d760dd09cf3690d0c1b92155cf1;hpb=0de0202b22a6349d0f9c838947a96eef8155ac90 diff --git a/effect_chain.cpp b/effect_chain.cpp index 9ea2c03..3bc04a3 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -764,6 +764,7 @@ void EffectChain::fix_output_color_space() conversion->effect->set_int("destination_space", output_format.color_space); conversion->output_color_space = output_format.color_space; connect_nodes(output, conversion); + propagate_gamma_and_color_space(); } }