2005.12.15 12:03 "[Tiff] strange code in TIFFWriteEncodedStrip()", by Шебеко Евгений

tsize_t
TIFFWriteEncodedStrip(TIFF* tif, tstrip_t strip, tdata_t data, tsize_t cc)
{
...

/* swab if needed - note that source buffer will be altered */ tif->tif_postdecode( tif, (tidata_t) buf, tif->tif_scanlinesize );

...
}

Is it really need to be here?