From f909bfe0621e8c844695ef327b71457893633cae Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 23 Nov 2017 19:43:23 +0100 Subject: [PATCH] Small fix in EffectChainTester constructor. --- test_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2