summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/tcd.h
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@descampe.net>2017-08-08 16:51:54 -0700
committerGitHub <noreply@github.com>2017-08-08 16:51:54 -0700
commit0394f8d0f1c981e0bc587beddc14d1fb0b265b1b (patch)
tree568c654ba7aaa5a6872875d4c61ec02b459e7497 /src/lib/openjp2/tcd.h
parent3b1b0672663b59853b63d48f94b63ca497883527 (diff)
parentbc3cb7410023e9d0c7ff9972a0bc8cf1fe9b32a4 (diff)
Merge pull request #975 from szukw000/changes-for-afl-tests
Catch images broken by AFL
Diffstat (limited to 'src/lib/openjp2/tcd.h')
-rw-r--r--src/lib/openjp2/tcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/openjp2/tcd.h b/src/lib/openjp2/tcd.h
index 29cd8829..fff1cb55 100644
--- a/src/lib/openjp2/tcd.h
+++ b/src/lib/openjp2/tcd.h
@@ -248,6 +248,8 @@ typedef struct opj_tcd {
OPJ_BITFIELD m_is_decoder : 1;
/** Thread pool */
opj_thread_pool_t* thread_pool;
+ /** AFL test */
+ OPJ_UINT32 enumcs;
} opj_tcd_t;
/** @name Exported functions */