X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.cpp;h=68e0b93e3dd51e4aca8e07bb99bb5976ee719485;hp=9053c5e6d6e9f003d34c45299bc8cf494e8990f5;hb=caa05550e868db406e4b54e69d60b5573f59cb60;hpb=624796b894b3fa04a08b70f4e69ab0fc322da19c diff --git a/test_util.cpp b/test_util.cpp index 9053c5e..68e0b93 100644 --- a/test_util.cpp +++ b/test_util.cpp @@ -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);