From 6941bc67cf0b152adde1a46746037b7e96e947b2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Jan 2018 15:16:03 +1100 Subject: [PATCH] Note that seek uses SEEK_SET behavior. --- src/lib/openjp2/openjpeg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */