From: malaterre Date: Thu, 30 Jun 2005 16:52:00 +0000 (+0000) Subject: ENH: Apply (temp?) patch proposed by Marco Eichelberg, at http://groups-beta.google... X-Git-Tag: Version1.2.bp~392 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=291b13b361f115855db4c98b4732b681d804fc67;p=gdcm.git ENH: Apply (temp?) patch proposed by Marco Eichelberg, at http://groups-beta.google.com/group/comp.protocols.dicom/msg/0c93276d13fc6d74 --- diff --git a/src/gdcmjasper/src/libjasper/jpc/jpc_fix.h b/src/gdcmjasper/src/libjasper/jpc/jpc_fix.h index 9e425870..1b31c29e 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.1 2005/05/22 18:33:04 malaterre Exp $ + * $Id: jpc_fix.h,v 1.2 2005/06/30 16:52:00 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 13 +#define JPC_FIX_FRACBITS 10 /******************************************************************************\ * Instantiations of the generic fixed-point number macros for the