X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2Fljpg%2Fmcu.c;h=067e5abbf14381cad53293a5fcdf523b2e35c2a4;hb=05e7883306e799f93e27899a38b359b2bb1ceb0b;hp=85c4b5e96ecf7fb3c7e5c5f59ed32f4dbde5fb8e;hpb=769cf91297c76f800eeb884a429dfc44bfbd1d7e;p=gdcm.git diff --git a/src/jpeg/ljpg/mcu.c b/src/jpeg/ljpg/mcu.c index 85c4b5e9..067e5abb 100644 --- a/src/jpeg/ljpg/mcu.c +++ b/src/jpeg/ljpg/mcu.c @@ -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 #include @@ -14,12 +14,12 @@ #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 */ /* *--------------------------------------------------------------