summaryrefslogtreecommitdiff
path: root/libopenjpeg/t1.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-09-27 12:32:28 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-09-27 12:32:28 +0000
commitb8efd02c7feba78097eeb5bc4ef3781633382a47 (patch)
tree28e6109be9929125ba5b646c91ed6d401b33c082 /libopenjpeg/t1.c
parenta600d8f4e2c21ea0532d4af3dc6374b60b93c583 (diff)
[trunk] WIP: fix some warnings about a static function and j2k_read_unk_v2
Diffstat (limited to 'libopenjpeg/t1.c')
-rw-r--r--libopenjpeg/t1.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/libopenjpeg/t1.c b/libopenjpeg/t1.c
index 2fb19776..92da1d7b 100644
--- a/libopenjpeg/t1.c
+++ b/libopenjpeg/t1.c
@@ -315,6 +315,21 @@ static void t1_decode_cblk(
int roishift,
int cblksty);
+/**
+Decode 1 code-block
+@param t1 T1 handle
+@param cblk Code-block coding parameters
+@param orient
+@param roishift Region of interest shifting value
+@param cblksty Code-block style
+*/
+static void t1_decode_cblk_v2(
+ opj_t1_t *t1,
+ opj_tcd_cblk_dec_v2_t* cblk,
+ OPJ_UINT32 orient,
+ OPJ_UINT32 roishift,
+ OPJ_UINT32 cblksty);
+
/*@}*/
/*@}*/