]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragment.cxx
* Remove friend classes between DocEntry and File
[gdcm.git] / src / gdcmJPEGFragment.cxx
index 8bbe8f664b4934dd473af9e1b5f4afb2852c7d4a..8ba7dad4f67b3fc90ae86cb7697e160a8da6a66b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragment.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/24 16:03:58 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2005/01/26 11:42:02 $
+  Version:   $Revision: 1.9 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -60,7 +60,7 @@ JPEGFragment::JPEGFragment()
 
 //   StateSuspension = 0;
 //   void *SampBuffer;
-   pimage = 0;
+   pImage = 0;
 
 }
 
@@ -82,6 +82,7 @@ void JPEGFragment::Print( std::ostream &os, std::string indent )
  * @param fp ifstream to write to
  * @param buffer     output (data decompress)
  * @param nBits      8/12 or 16 bits jpeg
+ * @param statesuspension state suspension
  */
 void JPEGFragment::DecompressJPEGFramesFromFile(std::ifstream *fp,
                                                 uint8_t *buffer, int nBits,