#include <revolution/cx.h>void CXUncompressAny( const void* srcp, void* destp );| srcp | Source address where the compressed data is stored. |
| destp | Destination address for decompression. |
None.
Determines the compression type from the data header and then executes the appropriate decompression process.
The decompression processes for all of the compression types are linked in this function. Therefore, unless some special kind of compression is being used, it is perhaps more effective to execute the compression-type-specific function instead.
CXUncompressRL, CXUncompressLZ, CXUncompressHuffman, CXUnfilterDiff
07/14/2006 Initial version.
CONFIDENTIAL