summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2018-02-05 17:31:49 +0100
committerGitHub <noreply@github.com>2018-02-05 17:31:49 +0100
commitd96d2b9a2524f41a8e024462f94417c09747ba99 (patch)
tree4e941d807e06f06c89d199b66fddab24b0161887 /src
parent07d526e4cb93b6d2e1a52cf49e3d011d3d4caa11 (diff)
parent6941bc67cf0b152adde1a46746037b7e96e947b2 (diff)
Merge pull request #1055 from ideasman42/patch-1
Note that seek uses SEEK_SET behavior.
Diffstat (limited to 'src')
-rw-r--r--src/lib/openjp2/openjpeg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h
index a8357c93..6412e1b8 100644
--- a/src/lib/openjp2/openjpeg.h
+++ b/src/lib/openjp2/openjpeg.h
@@ -1178,7 +1178,8 @@ OPJ_API void OPJ_CALLCONV opj_stream_set_skip_function(opj_stream_t* p_stream,
opj_stream_skip_fn p_function);
/**
- * Sets the given function to be used as a seek function, the stream is then seekable.
+ * Sets the given function to be used as a seek function, the stream is then seekable,
+ * using SEEK_SET behavior.
* @param p_stream the stream to modify
* @param p_function the function to use a skip function.
*/