diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-26 11:03:55 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-26 11:03:55 +0000 |
| commit | 3da30304fc1225ab55ab7c5e791870fec1b0b3c3 (patch) | |
| tree | 506228277ccaeab95a2e2d233e11411c4068f480 /src/lib/openjp2/openjpeg.h | |
| parent | 820c04c6799ea38aacd4e5d637073e6ab1ec643c (diff) | |
[trunk] Import patch from sumatrapdf team. This adds alpha handling. This patch changes ABI.
Update issue 225
Diffstat (limited to 'src/lib/openjp2/openjpeg.h')
| -rw-r--r-- | src/lib/openjp2/openjpeg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h index bbc74577..4792433a 100644 --- a/src/lib/openjp2/openjpeg.h +++ b/src/lib/openjp2/openjpeg.h @@ -538,6 +538,8 @@ typedef struct opj_image_comp { OPJ_UINT32 factor; /** image component data */ OPJ_INT32 *data; + /** alpha channel */ + OPJ_UINT16 alpha; } opj_image_comp_t; /** |
