X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect_test.cpp;h=a604fac87bcad3f53cf371516df32c10ac29fb10;hp=18b286ed3e3210c4fa0c0546b1739f5df4759baf;hb=90ac46cdc5845432df13385f946c63b5496c685e;hpb=87e2a30d7da9a7778356f1b93593b1296dedff71 diff --git a/dither_effect_test.cpp b/dither_effect_test.cpp index 18b286e..a604fac 100644 --- a/dither_effect_test.cpp +++ b/dither_effect_test.cpp @@ -1,6 +1,9 @@ // Unit tests for DitherEffect. +// +// Note: Dithering of multiple outputs is tested (somewhat weakly) +// in YCbCrConversionEffectTest. -#include +#include #include #include "effect_chain.h"