summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-10-21 16:38:08 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-10-21 16:38:08 +0000
commit2808de608439aa32c280b3d04bc6e494faa73900 (patch)
treeae843ab0268c9bf0141b1dcb3f8208aa12de72b9 /libopenjpeg/openjpeg.h
parent028088f5f077b6cc666f8152736398df68ec239b (diff)
[trunk] WIP: manage output image with area correponding to the set decoded area
Diffstat (limited to 'libopenjpeg/openjpeg.h')
-rw-r--r--libopenjpeg/openjpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h
index a6aa401c..095ab249 100644
--- a/libopenjpeg/openjpeg.h
+++ b/libopenjpeg/openjpeg.h
@@ -1319,6 +1319,7 @@ OPJ_API void OPJ_CALLCONV opj_destroy_codec(opj_codec_t * p_codec);
* @return true if the area could be set.
*/
OPJ_API opj_bool OPJ_CALLCONV opj_set_decode_area( opj_codec_t *p_codec,
+ opj_image_t* p_image,
OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
OPJ_INT32 p_end_x, OPJ_INT32 p_end_y );