]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Add a unit test for FlatInput.
[movit] / effect_chain.h
index 741b83d75954b1d9737f5870260504a6b6980a36..7731b54ad5458db41988f0f1d39e2a8b47ae5802 100644 (file)
@@ -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;