X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2Flibijg%2Fjmorecfg.h;h=dd0f188d014c73db8d906625326f08d52cf0c676;hb=05f9a9731209a5c98895a57c6abca609f8e9b312;hp=d10fb8f1d080c6b3414a0eaff1f942f28fe88301;hpb=2d80f3c3dc0de0087e7a11ffec6be009e97405a5;p=gdcm.git diff --git a/src/jpeg/libijg/jmorecfg.h b/src/jpeg/libijg/jmorecfg.h index d10fb8f1..dd0f188d 100644 --- a/src/jpeg/libijg/jmorecfg.h +++ b/src/jpeg/libijg/jmorecfg.h @@ -10,7 +10,6 @@ * optimizations. Most users will not need to touch this file. */ - /* * Define BITS_IN_JSAMPLE as either * 8 for 8-bit sample values (the usual setting) @@ -20,8 +19,7 @@ * We do not support run-time selection of data precision, sorry. */ -#define BITS_IN_JSAMPLE 12 /* use 8 or 12 */ - +#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ /* * Maximum number of components (color channels) allowed in JPEG image.