diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-08 22:31:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-11 09:22:02 +0100 |
| commit | 8e9da24b4fa8a254d87f293072a4bf44da36b8fa (patch) | |
| tree | de0b6f9b56e1e227622501ee29bedbf92e08d6cb /test/torture_test.cc | |
| parent | 21f64d97a68c16b331a7b61f286c8e7668aa0119 (diff) | |
Use openjpeg v2.5.2 (#2783).
Tests suggest it is considerably faster:
* arrietty on Linux/AMD
old: 03:35
new: 03:58
* Sintel.2010.1080p.mkv on Linux/AMD
old: 0:29:49
new: 0:22:39
* TRAILER VERSIE 4.mov on Apple M1
old: 6:22
new: 5:15
* TRAILER VERSIE 4.mov on Windows/Intel
old: 6:10
new: 4:12
Diffstat (limited to 'test/torture_test.cc')
| -rw-r--r-- | test/torture_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/torture_test.cc b/test/torture_test.cc index 0c781fdb1..8e6a516bd 100644 --- a/test/torture_test.cc +++ b/test/torture_test.cc @@ -248,7 +248,7 @@ BOOST_AUTO_TEST_CASE (torture_test1) for (int c = 0; c < 3; ++c) { for (int y = 0; y < size.height; ++y) { for (int x = 0; x < size.width; ++x) { - BOOST_REQUIRE (image->data(c)[y * size.height + x] <= 3); + BOOST_REQUIRE (image->data(c)[y * size.height + x] <= 5); } } } |
