From: Steinar H. Gunderson Date: Wed, 2 Sep 2015 22:00:46 +0000 (+0200) Subject: Convert an overly cut-and-pasted comment for AlphaDivisionEffect. X-Git-Tag: 1.2.0~30 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=7878253d0d7b5aaa6b701499e588b31f2c5edca2 Convert an overly cut-and-pasted comment for AlphaDivisionEffect. --- 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