summaryrefslogtreecommitdiffstats
path: root/src/H5Pocpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pocpl.c')
-rw-r--r--src/H5Pocpl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Pocpl.c b/src/H5Pocpl.c
index d3de509..82c4b5d 100644
--- a/src/H5Pocpl.c
+++ b/src/H5Pocpl.c
@@ -804,6 +804,9 @@ done:
* If this bit is set but encoding is disabled for a filter,
* attempting to write will generate an error.
*
+ * If the filter is not registered, this function tries to load
+ * it dynamically during run time.
+ *
* Return: Non-negative on success/Negative on failure
*
* Programmer: Robb Matzke