From b71065643f0631dcb5f7a216be30954ed20e4b19 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 14 Nov 2022 19:56:06 +0000 Subject: Add comment git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4466 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/jpeg2000/libjasper/jpc/jpc_enc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converter/other/jpeg2000/libjasper/jpc/jpc_enc.c') diff --git a/converter/other/jpeg2000/libjasper/jpc/jpc_enc.c b/converter/other/jpeg2000/libjasper/jpc/jpc_enc.c index debdeec0..0c77a94e 100644 --- a/converter/other/jpeg2000/libjasper/jpc/jpc_enc.c +++ b/converter/other/jpeg2000/libjasper/jpc/jpc_enc.c @@ -1567,7 +1567,8 @@ quantizeBand(jpc_enc_band_t * const bandP, the 'numbps' value for every code block, which means 'actualnumbps'. In practice, we saw that not be true, so we added the code to make 'actualnumbps' the floor here in hopes that would - fix the problem. 22.11.06 + fix the problem. But with the change, the image that caused the + assertion failure produces incorrect output. 22.11.07 */ bandP->numbps = MAX(actualnumbps, -- cgit 1.4.1