Fix mis-spelled OPJ_TRUE.

This commit is contained in:
Robert G. Jakabosky 2022-01-29 20:27:08 +08:00
parent c329491ca4
commit c9cf6de341
No known key found for this signature in database
GPG Key ID: 0C38AF433FE0B1C0
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ Set the strict mode parameter. When strict mode is enabled, the entire
bitstream must be decoded or an error is returned. When it is disabled,
the decoder will decode partial bitstreams.
@param jp2 JP2 decompressor handle
@param strict JPH_TRUE for strict mode
@param strict OPJ_TRUE for strict mode
*/
void opj_jp2_decoder_set_strict_mode(opj_jp2_t *jp2, OPJ_BOOL strict);

View File

@ -1351,7 +1351,7 @@ OPJ_API OPJ_BOOL OPJ_CALLCONV opj_setup_decoder(opj_codec_t *p_codec,
* bitstreams as much as possible without erroring
*
* @param p_codec decompressor handler
* @param strict OBJ_TRUE to enable strict decoding, OBJ_FALSE to disable
* @param strict OPJ_TRUE to enable strict decoding, OPJ_FALSE to disable
*
* @return true if the decoder is correctly set
*/