]> git.sesse.net Git - movit/blobdiff - test_util.cpp
Change the .dot/.frag writing to be dependent on an init_movit() parameter instead...
[movit] / test_util.cpp
index 2ddf6651ece97b115d4f7bc60dfa20dd658e3427..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);