]> Creatis software - gdcm.git/blobdiff - src/gdcmjpeg/jdatadst.c
The bad hack I made to bypass illegal images where undefined length UN data
[gdcm.git] / src / gdcmjpeg / jdatadst.c
index 88d859d210238daa04e630429f2c918513743854..623f9e0dea4c49a2c6c332d205ca4393333df5a6 100644 (file)
 
 /* Expanded data destination object for stdio output */
 
+/**
+ * \brief very low level C 'structure', used to decode jpeg file
+ * Should not appear in the Doxygen supplied documentation
+ */
 typedef struct {
   struct jpeg_destination_mgr pub; /* public fields */
-
   FILE * outfile;    /* target stream */
   JOCTET * buffer;    /* start of buffer */
 } my_destination_mgr;