]> granicus.if.org Git - openjpeg/commit
I do not recall exactly... I would say that the correct version should be
authorGiuseppe Baruffa <giuseppe.baruffa@unipg.it>
Tue, 13 Oct 2015 13:20:54 +0000 (15:20 +0200)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Tue, 13 Oct 2015 13:20:54 +0000 (15:20 +0200)
commit98324bbd6baf8b664f6937efe5247d061aa49a8a
treea28c4f9247bcd8d2a14fd0c7154f7cb27f375891
parent26dcb7c1253fc38d1ff0838986dc2d87825cd194
I do not recall exactly... I would say that the correct version should be

if (!JPWL_ASSUME)
    return false;

meaning that once JPWL_ASSUME=1 the code will pass over such errors and try to decode anyway (just paired with the other JPWL_ASSUME on line 1112).

Fixes #596
src/lib/openjpwl/jpwl.c