projects
/
movit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b6975
)
Small fix in EffectChainTester constructor.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Thu, 23 Nov 2017 18:43:23 +0000
(19:43 +0100)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Fri, 24 Nov 2017 21:12:15 +0000
(22:12 +0100)
test_util.cpp
patch
|
blob
|
history
diff --git
a/test_util.cpp
b/test_util.cpp
index
d2ed9f8
..
d4bfc48
100644
(file)
--- 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);