diff options
| author | Antonin Descampe <antonin@descampe.net> | 2017-08-08 16:51:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-08 16:51:54 -0700 |
| commit | 0394f8d0f1c981e0bc587beddc14d1fb0b265b1b (patch) | |
| tree | 568c654ba7aaa5a6872875d4c61ec02b459e7497 /src/lib/openjp2/openjpeg.h | |
| parent | 3b1b0672663b59853b63d48f94b63ca497883527 (diff) | |
| parent | bc3cb7410023e9d0c7ff9972a0bc8cf1fe9b32a4 (diff) | |
Merge pull request #975 from szukw000/changes-for-afl-tests
Catch images broken by AFL
Diffstat (limited to 'src/lib/openjp2/openjpeg.h')
| -rw-r--r-- | src/lib/openjp2/openjpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h index 5fbf7ac3..e08be7ee 100644 --- a/src/lib/openjp2/openjpeg.h +++ b/src/lib/openjp2/openjpeg.h @@ -501,6 +501,7 @@ typedef struct opj_cparameters { } opj_cparameters_t; #define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG 0x0001 +#define OPJ_DPARAMETERS_DUMP_FLAG 0x0002 /** * Decompression parameters |
