summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-28 20:27:51 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-28 20:27:51 (GMT)
commitab97da906aaf0b2cdd9e2eba0cc435edf047b3b7 (patch)
treee5e399f4f8723de755c1db27235fe25337bb6f83 /doc/html
parent6d682a5a28f1ad599db5ad77e135b25a2efe7ae7 (diff)
downloadhdf5-ab97da906aaf0b2cdd9e2eba0cc435edf047b3b7.zip
hdf5-ab97da906aaf0b2cdd9e2eba0cc435edf047b3b7.tar.gz
hdf5-ab97da906aaf0b2cdd9e2eba0cc435edf047b3b7.tar.bz2
[svn-r8755] Purpose:
Update format info Description: Clarify description of filter mask flags for chunked datasets.
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/H5.format.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html
index ae1ff23..12b8630 100644
--- a/doc/html/H5.format.html
+++ b/doc/html/H5.format.html
@@ -1045,7 +1045,10 @@ TABLE.list TD { border:none; }
<tr>
<td>Bytes 4-8:</td>
<td>Filter mask, a 32-bit bitfield indicating which
- filters have been applied to that chunk.</td>
+ filters have been skipped for this chunk. Each filter
+ has an index number in the pipeline (starting at 0, with
+ the first filter to apply) and if that filter is skipped,
+ the bit corresponding to it's index is set.</td>
</tr>
<tr>
<td><em>N</em> 64-bit fields:</td>