]> git.sesse.net Git - movit/blobdiff - test_util.cpp
Make Movit work in premultiplied alpha.
[movit] / test_util.cpp
index 9053c5e6d6e9f003d34c45299bc8cf494e8990f5..68e0b93e3dd51e4aca8e07bb99bb5976ee719485 100644 (file)
@@ -29,7 +29,7 @@ EffectChainTester::EffectChainTester(const float *data, unsigned width, unsigned
                                      GLenum framebuffer_format)
        : chain(width, height), width(width), height(height), finalized(false)
 {
-       init_movit();
+       init_movit(".", MOVIT_DEBUG_ON);
 
        if (data != NULL) {
                add_input(data, pixel_format, color_space, gamma_curve);