opj_decompress.c, ligne 1238, un bogue catastrofique -:)
if ( !opj_setup_decoder(l_codec, &(parameters.core)) ){
fprintf(stderr, "ERROR -> opj_compress: failed to setup the decoder\n");
}
should be: "ERROR -> opj_decompress: ...");
Original issue reported on code.google.com by alexe...@dxdy.ru on 25 Dec 2014 at 6:37
Original issue reported on code.google.com by
alexe...@dxdy.ru
on 25 Dec 2014 at 6:37