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/jp2.h | |
| parent | 00f45684a8339e69ed55df2397f3c19d09fecaed (diff) | |
First change on changes-for-afl-tests
Diffstat (limited to 'src/lib/openjp2/jp2.h')
| -rw-r--r-- | src/lib/openjp2/jp2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/jp2.h b/src/lib/openjp2/jp2.h index aaff1609..3ff66ebe 100644 --- a/src/lib/openjp2/jp2.h +++ b/src/lib/openjp2/jp2.h @@ -187,8 +187,8 @@ typedef struct opj_jp2 { opj_jp2_color_t color; OPJ_BOOL ignore_pclr_cmap_cdef; - OPJ_BYTE has_jp2h; /* for AFL test */ - OPJ_BYTE has_ihdr; /* for AFL test */ + OPJ_BYTE has_jp2h; + OPJ_BYTE has_ihdr; } opj_jp2_t; |
