]> Creatis software - gdcm.git/commitdiff
Update Changelog
authorjpr <jpr>
Fri, 31 Oct 2003 15:04:19 +0000 (15:04 +0000)
committerjpr <jpr>
Fri, 31 Oct 2003 15:04:19 +0000 (15:04 +0000)
ChangeLog
src/gdcmJpeg.cxx

index 54191e68e27f052a20976bf6ca3cf498ce707b69..03d50a90933cf08635258642a39ef089793428ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-31 Jean-Pierre Roux
+     RMV : removal of useless jBitsInJsample.h 
+           for both 8 and 12 Bits JPEG Lossy Libraries
+          
 2003-10-31 Jean-Pierre Roux
      * ENH : Add the functions gdcmFile::GetImageDataRaw 
                                gdcmFile::GetImageDataIntoVectorRaw
index 4b6146409bea80506ad0954ab40977687b74516a..c4d3db4cf97a96b7baa793d7c8cbbf0a15301fe3 100644 (file)
@@ -2,10 +2,7 @@
 #include <stdio.h>
 #include "gdcmFile.h"
 
-// for jpeglib defined BITS_IN_JSAMPLE
-#include "jpeg/libijg8/jBitsInJsample.h"
-// FIXME : find something else when both 
-// libJpeg8 and libJpeg12 will be active
+#define BITS_IN_JSAMPLE 8
 
 #define DEBUG 0