mmplugins/imagingplugins/codecs/TIFFCodec/TIFFFax.cpp
changeset 15 c1e808730d6c
parent 0 40261b775718
equal deleted inserted replaced
13:efebd1779a59 15:c1e808730d6c
  1152 		}
  1152 		}
  1153 	
  1153 	
  1154 	if(!iBitCacheLength)
  1154 	if(!iBitCacheLength)
  1155 		return(ETiffFaxUnderflow);
  1155 		return(ETiffFaxUnderflow);
  1156 
  1156 
  1157 	if(iBitCache&(1<<31))
  1157 	if(iBitCache&((TUint32)1<<31))
  1158 		iState = E1d;
  1158 		iState = E1d;
  1159 	else
  1159 	else
  1160 		iState = E2d;
  1160 		iState = E2d;
  1161 
  1161 
  1162 	UseBits(1);
  1162 	UseBits(1);