diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-07 19:16:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-01-07 19:16:29 (GMT) |
commit | 20c5484440dd9427c23afec554249ff165abf6a9 (patch) | |
tree | 3183db94f680c23608d68dbeb86c46ca5ebc4048 /src/H5Zpublic.h | |
parent | dfbeb73b48df220165b528d3df2abcea2e2a4802 (diff) | |
download | hdf5-20c5484440dd9427c23afec554249ff165abf6a9.zip hdf5-20c5484440dd9427c23afec554249ff165abf6a9.tar.gz hdf5-20c5484440dd9427c23afec554249ff165abf6a9.tar.bz2 |
[svn-r14379] add check of some values for the nbit and scale offest filters on the h5repack verify function
note: some sybols were made public
tested: windows, linux
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r-- | src/H5Zpublic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h index a671d1a..7211a2b 100644 --- a/src/H5Zpublic.h +++ b/src/H5Zpublic.h @@ -86,6 +86,11 @@ typedef int H5Z_filter_t; #define H5Z_SZIP_PARM_BPP 2 /* "Local" parameter for bits-per-pixel */ #define H5Z_SZIP_PARM_PPS 3 /* "Local" parameter for pixels-per-scanline */ +/* Macros for the nbit filter */ +#define H5Z_NBIT_USER_NPARMS 0 /* Number of parameters that users can set */ + +/* Macros for the scale offset filter */ +#define H5Z_SCALEOFFSET_USER_NPARMS 2 /* Number of parameters that users can set */ /* Special parameters for ScaleOffset filter*/ |