]> git.sesse.net Git - movit/blobdiff - gamma_compression_effect.h
Give the alpha enums somewhat better/more consistent names, and shuffle them around...
[movit] / gamma_compression_effect.h
index 2744d2ddf65f809e96a301cdcb0e016e499c8f25..46ac80e7d6b12e6b2b217dcb942d125fbe9788f3 100644 (file)
@@ -26,7 +26,7 @@ public:
 
        // Actually needs postmultiplied input as well as outputting it.
        // EffectChain will take care of that.
-       virtual AlphaHandling alpha_handling() const { return OUTPUT_ALPHA_POSTMULTIPLIED; }
+       virtual AlphaHandling alpha_handling() const { return OUTPUT_POSTMULTIPLIED_ALPHA; }
 
 private:
        GammaCurve destination_curve;