Create separate type for bit-fields.
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Mon, 25 Jul 2016 18:46:11 +0000 (20:46 +0200)
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Mon, 25 Jul 2016 18:46:11 +0000 (20:46 +0200)
commitd2d35bf6c2119cd39a298f57b03bf9e17d36946b
tree0a3ba0ef31b89f7c572ab55c676b7ef0df15bcb9
parentb8bd1b0e07cf427b80eb0dc6823efebbdd1b8e5b
Create separate type for bit-fields.

The definition of bit-fields with type OPJ_UINT32 caused complilation errors
on IBM iSeries, because OPJ_UINT32 is defined as uint32_t, and
uint32_t is defined as unsigned long in <stdint.h>. The definition of
bit-fields with an integer type of  a specific size doesn't make sense
anyway.
src/lib/openjp2/j2k.h
src/lib/openjp2/openjpeg.h
src/lib/openjp2/tcd.h