diff options
author | Xiaowen Wu <wuxiaowe@ncsa.uiuc.edu> | 2005-02-17 03:03:50 (GMT) |
---|---|---|
committer | Xiaowen Wu <wuxiaowe@ncsa.uiuc.edu> | 2005-02-17 03:03:50 (GMT) |
commit | 7b4b65be1ceffea0db89d0e7b234201d2229244a (patch) | |
tree | f38e285d19a169d1e5920aa02cefaa005f7f8259 /src/H5Zpublic.h | |
parent | 92173d4496ef45c01a25e74ee95d6274085ac5bf (diff) | |
download | hdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.zip hdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.tar.gz hdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.tar.bz2 |
[svn-r10025] Purpose:
New feature.
Description:
Add the scaleoffset internal library filter.
Solution:
Platforms tested:
heping, copper, arabica
Misc. update:
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r-- | src/H5Zpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h index 944934e..9eb03d0 100644 --- a/src/H5Zpublic.h +++ b/src/H5Zpublic.h @@ -35,6 +35,7 @@ typedef int H5Z_filter_t; #define H5Z_FILTER_FLETCHER32 3 /*fletcher32 checksum of EDC */ #define H5Z_FILTER_SZIP 4 /*szip compression */ #define H5Z_FILTER_NBIT 5 /*nbit compression */ +#define H5Z_FILTER_SCALEOFFSET 6 /*scaleoffset compression */ #define H5Z_FILTER_RESERVED 256 /*filter ids below this value are reserved */ #define H5Z_FILTER_MAX 65535 /*maximum filter id */ #define H5Z_MAX_NFILTERS 32 /* Maximum number of filters allowed in a pipeline (should probably be allowed to be an unlimited amount) */ |