diff options
| author | szukw000 <szukw000@arcor.de> | 2017-08-02 17:27:08 +0200 |
|---|---|---|
| committer | szukw000 <szukw000@arcor.de> | 2017-08-02 17:27:08 +0200 |
| commit | 57e36dbfeb57451444c5c20eab66ab0bedd3d3b3 (patch) | |
| tree | 7c05c9f05478db0a96c211b1a0a9478d6cb45a4a /src/lib/openjp2/j2k.h | |
| parent | 00f45684a8339e69ed55df2397f3c19d09fecaed (diff) | |
First change on changes-for-afl-tests
Diffstat (limited to 'src/lib/openjp2/j2k.h')
| -rw-r--r-- | src/lib/openjp2/j2k.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/openjp2/j2k.h b/src/lib/openjp2/j2k.h index 6b08b1c0..eeef6a9e 100644 --- a/src/lib/openjp2/j2k.h +++ b/src/lib/openjp2/j2k.h @@ -446,7 +446,7 @@ typedef struct opj_cp { OPJ_BITFIELD ppm : 1; /** tells if the parameter is a coding or decoding one */ OPJ_BITFIELD m_is_decoder : 1; - OPJ_BITFIELD bpc_is_255 : 1; /* for AFL test */ + OPJ_BITFIELD bpc_is_255 : 1; /* <<UniPG */ } opj_cp_t; @@ -576,10 +576,10 @@ typedef struct opj_j2k { /** Thread pool */ opj_thread_pool_t* m_tp; - OPJ_UINT32 ihdr_w; /* for AFL test */ - OPJ_UINT32 ihdr_h; /* for AFL test */ - OPJ_UINT32 enumcs; /* for AFL test */ - unsigned int dump_state; /* for AFL test */ + OPJ_UINT32 ihdr_w; + OPJ_UINT32 ihdr_h; + OPJ_UINT32 enumcs; + unsigned int dump_state; } opj_j2k_t; |
