summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/tcd.h
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2014-11-19 19:08:09 +0000
committerMatthieu Darbois <mayeut@users.noreply.github.com>2014-11-19 19:08:09 +0000
commitae1da37558796508abcaff73632fb2ab06decb9f (patch)
treeb983d53f005f87887228b3ddc6cb548aef7401ee /src/lib/openjp2/tcd.h
parentf57f59b10de4e241932572d9831eb3d6d0667325 (diff)
[trunk] replace OPJ_MACRO_TCD_ALLOCATE macro by inlined function (fixes issue 433)
Diffstat (limited to 'src/lib/openjp2/tcd.h')
-rw-r--r--src/lib/openjp2/tcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/openjp2/tcd.h b/src/lib/openjp2/tcd.h
index bcd5135b..3cb38d26 100644
--- a/src/lib/openjp2/tcd.h
+++ b/src/lib/openjp2/tcd.h
@@ -122,6 +122,7 @@ typedef struct opj_tcd_precinct {
union{ /* code-blocks information */
opj_tcd_cblk_enc_t* enc;
opj_tcd_cblk_dec_t* dec;
+ void* blocks;
} cblks;
OPJ_UINT32 block_size; /* size taken by cblks (in bytes) */
opj_tgt_tree_t *incltree; /* inclusion tree */