| Index: core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/jp2.h
|
| diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/jp2.h b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/jp2.h
|
| index c11d2f3135f489f066c2ccd2cf0a83bf9845ce98..1e41fb6f6d1c05b07e4fbd5434bf6836e867313e 100644
|
| --- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/jp2.h
|
| +++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/jp2.h
|
| @@ -278,8 +278,9 @@ OPJ_BOOL opj_jp2_decode(opj_jp2_t *jp2,
|
| * @param parameters compression parameters
|
| * @param image input filled image
|
| * @param p_manager FIXME DOC
|
| + * @return OPJ_TRUE if successful, OPJ_FALSE otherwise
|
| */
|
| -void opj_jp2_setup_encoder( opj_jp2_t *jp2,
|
| +OPJ_BOOL opj_jp2_setup_encoder( opj_jp2_t *jp2,
|
| opj_cparameters_t *parameters,
|
| opj_image_t *image,
|
| opj_event_mgr_t * p_manager);
|
|
|