X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.cpp;h=d4bfc484183d42e0aaa85cd7bec217c2c32a55ef;hp=d2ed9f8196069c7c0c539e002d6320f9d3620894;hb=8ee9712bae3cff206b3e3205748633edb33cbbcf;hpb=094bfbb35f1af70ef07890ac7735006cdc195cca diff --git a/test_util.cpp b/test_util.cpp index d2ed9f8..d4bfc48 100644 --- a/test_util.cpp +++ b/test_util.cpp @@ -59,7 +59,7 @@ EffectChainTester::EffectChainTester(const float *data, unsigned width, unsigned output_added(false), finalized(false) { - CHECK(init_movit(".", MOVIT_DEBUG_OFF)); + init_movit_for_test(); if (data != nullptr) { add_input(data, pixel_format, color_space, gamma_curve);