Commit f82e7330 authored by Michael Niedermayer's avatar Michael Niedermayer

jpeg2000: merge mant type from j2k

mant fits in 16bit
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d4a46613
......@@ -144,7 +144,7 @@ typedef struct Jpeg2000CodingStyle {
typedef struct Jpeg2000QuantStyle {
uint8_t expn[32 * 3]; // quantization exponent
uint32_t mant[32 * 3]; // quantization mantissa
uint16_t mant[32 * 3]; // quantization mantissa
uint8_t quantsty; // quantization style
uint8_t nguardbits; // number of guard bits
} Jpeg2000QuantStyle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment