Note that seek uses SEEK_SET behavior. 1055/head
authorCampbell Barton <ideasman42@gmail.com>
Thu, 18 Jan 2018 04:16:03 +0000 (15:16 +1100)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 04:16:03 +0000 (15:16 +1100)
src/lib/openjp2/openjpeg.h

index a8357c930dc0dcdda749695bba5288d939e012de..6412e1b89131d037c274ef136f01a45b82e3e533 100644 (file)
@@ -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.
 */