Data Fields | |
uint64_t | body_pos |
uint32_t | body_size |
uint32_t | sent_bytes |
uint32_t | audio_frame_count |
svx8_compression_type | svx8_compression |
bitmap_compression_type | bitmap_compression |
delta compression method used | |
unsigned | bpp |
bits per plane to decode (differs from bits_per_coded_sample if HAM) | |
unsigned | ham |
0 if non-HAM or number of hold bits (6 for bpp > 6, 4 otherwise) | |
unsigned | flags |
1 for EHB, 0 is no extra half darkening | |
unsigned | transparency |
transparency color index in palette | |
unsigned | masking |
masking method used |
Definition at line 84 of file iff.c.
uint32_t IffDemuxContext::audio_frame_count |
uint64_t IffDemuxContext::body_pos |
uint32_t IffDemuxContext::body_size |
unsigned IffDemuxContext::bpp |
bits per plane to decode (differs from bits_per_coded_sample if HAM)
Definition at line 91 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::flags |
1 for EHB, 0 is no extra half darkening
Definition at line 93 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::ham |
0 if non-HAM or number of hold bits (6 for bpp > 6, 4 otherwise)
Definition at line 92 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::masking |
uint32_t IffDemuxContext::sent_bytes |
unsigned IffDemuxContext::transparency |
transparency color index in palette
Definition at line 94 of file iff.c.
Referenced by iff_read_header().