From 7878253d0d7b5aaa6b701499e588b31f2c5edca2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 3 Sep 2015 00:00:46 +0200 Subject: [PATCH 1/1] Convert an overly cut-and-pasted comment for AlphaDivisionEffect. --- alpha_division_effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpha_division_effect.h b/alpha_division_effect.h index 6fcc716..ae8f786 100644 --- a/alpha_division_effect.h +++ b/alpha_division_effect.h @@ -1,7 +1,7 @@ #ifndef _MOVIT_ALPHA_DIVISION_EFFECT_H #define _MOVIT_ALPHA_DIVISION_EFFECT_H 1 -// Convert premultiplied alpha to postmultiplied alpha, simply by multiplying. +// Convert postmultiplied alpha to premultiplied alpha, simply by dividing. #include -- 2.39.2