X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=effect_chain.h;h=7731b54ad5458db41988f0f1d39e2a8b47ae5802;hb=3140175e3160e75d659e596e420afffb596e3c2c;hp=741b83d75954b1d9737f5870260504a6b6980a36;hpb=1727b0714398fc4f318048d457a35ca58bc30b59;p=movit diff --git a/effect_chain.h b/effect_chain.h index 741b83d..7731b54 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -40,7 +40,7 @@ private: Phase *phase; // Used during the building of the effect chain. - ColorSpace output_color_space; + Colorspace output_color_space; GammaCurve output_gamma_curve; friend class EffectChain;