From: malaterre Date: Tue, 5 Jul 2005 20:48:35 +0000 (+0000) Subject: BUG: Put back original value for jasper. This will display a weird image inthe case... X-Git-Tag: Version1.2.bp~370 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=12ce4ae613d03ac7244f0a026c677e46792a8046;p=gdcm.git BUG: Put back original value for jasper. This will display a weird image inthe case of the irreversible transform, but at least the dashboard won't be so trashed --- diff --git a/src/gdcmjasper/src/libjasper/jpc/jpc_fix.h b/src/gdcmjasper/src/libjasper/jpc/jpc_fix.h index 1b31c29e..a2845d29 100644 --- a/src/gdcmjasper/src/libjasper/jpc/jpc_fix.h +++ b/src/gdcmjasper/src/libjasper/jpc/jpc_fix.h @@ -64,7 +64,7 @@ /* * Fixed-Point Number Class * - * $Id: jpc_fix.h,v 1.2 2005/06/30 16:52:00 malaterre Exp $ + * $Id: jpc_fix.h,v 1.3 2005/07/05 20:48:35 malaterre Exp $ */ #ifndef JPC_FIX_H @@ -92,7 +92,7 @@ typedef int_fast32_t jpc_fix_t; typedef int_fast64_t jpc_fix_big_t; /* The number of bits used for the fractional part of a fixed-point number. */ -#define JPC_FIX_FRACBITS 10 +#define JPC_FIX_FRACBITS 13 /******************************************************************************\ * Instantiations of the generic fixed-point number macros for the