diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-14 20:00:48 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-14 20:00:48 (GMT) |
commit | e37ee97a58733d3739d5e2588bdea9a1453fa023 (patch) | |
tree | deefa3b1f0dbfe037026c2dbb3b8a365d6da018a /src/H5Zpublic.h | |
parent | 08359be858ae9e4595dab1f4a7718017d9af7663 (diff) | |
download | hdf5-e37ee97a58733d3739d5e2588bdea9a1453fa023.zip hdf5-e37ee97a58733d3739d5e2588bdea9a1453fa023.tar.gz hdf5-e37ee97a58733d3739d5e2588bdea9a1453fa023.tar.bz2 |
[svn-r23350] I cleaned up some code and added comments for my previous checkin of the DESY project.
Tested on koala.
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r-- | src/H5Zpublic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h index b5ac475..24496e4 100644 --- a/src/H5Zpublic.h +++ b/src/H5Zpublic.h @@ -43,10 +43,12 @@ typedef int H5Z_filter_t; #define H5Z_FILTER_SCALEOFFSET 6 /*scale+offset compression */ #define H5Z_FILTER_RESERVED 256 /*filter ids below this value are reserved for library use */ +/* Filters for HDF5 internal test */ #define H5Z_FILTER_DYNLIB1 257 #define H5Z_FILTER_DYNLIB2 258 -#define H5Z_FILTER_BZIP2 300 +/* Registered third-party filters */ +#define H5Z_FILTER_BZIP2 307 #define H5Z_FILTER_MAX 65535 /*maximum filter id */ |