]> Creatis software - gdcm.git/blobdiff - src/jpeg/ljpg/mcu.c
ENH: I am a moron. Fix compilation of gdcm in static mode, I had to add some new...
[gdcm.git] / src / jpeg / ljpg / mcu.c
index 85c4b5e96ecf7fb3c7e5c5f59ed32f4dbde5fb8e..067e5abbf14381cad53293a5fcdf523b2e35c2a4 100644 (file)
@@ -5,7 +5,7 @@
  *
  */
 /*
- * $Id: mcu.c,v 1.1 2003/10/21 12:08:54 jpr Exp $
+ * $Id: mcu.c,v 1.2 2004/08/18 02:26:08 malaterre Exp $
  */
 #include <stdio.h>
 #include <stdlib.h>
 #include "mcu.h"
 #include "proto.h"
 
-MCU *mcuTable;          /* the global mcu table that buffers the source image */
+MCU *mcuTable=NULL;     /* the global mcu table that buffers the source image */
 
 MCU *mcuROW1=NULL;      /* point to two rows of MCU in encoding & decoding */
 MCU *mcuROW2=NULL;
 
-int numMCU;             /* number of MCUs in mcuTable */
+int numMCU=0;           /* number of MCUs in mcuTable */
 
 /*
  *--------------------------------------------------------------