FFmpeg
|
Data Fields | |
int | is_64bit |
chunk size is 64-bit More... | |
int64_t | body_pos |
int64_t | body_end |
uint32_t | body_size |
svx8_compression_type | svx8_compression |
unsigned | maud_bits |
unsigned | maud_compression |
unsigned | bitmap_compression |
delta compression method used More... | |
unsigned | bpp |
bits per plane to decode (differs from bits_per_coded_sample if HAM) More... | |
unsigned | ham |
0 if non-HAM or number of hold bits (6 for bpp > 6, 4 otherwise) More... | |
unsigned | flags |
1 for EHB, 0 is no extra half darkening More... | |
unsigned | transparency |
transparency color index in palette More... | |
unsigned | masking |
masking method used More... | |
uint8_t | tvdc [32] |
TVDC lookup table. More... | |
int64_t | pts |
int IffDemuxContext::is_64bit |
chunk size is 64-bit
Definition at line 109 of file iff.c.
Referenced by iff_read_header(), and read_dst_frame().
int64_t IffDemuxContext::body_pos |
Definition at line 110 of file iff.c.
Referenced by iff_read_header(), iff_read_packet(), and read_dst_frame().
int64_t IffDemuxContext::body_end |
Definition at line 111 of file iff.c.
Referenced by iff_read_header(), iff_read_packet(), and read_dst_frame().
uint32_t IffDemuxContext::body_size |
Definition at line 112 of file iff.c.
Referenced by iff_read_header(), iff_read_packet(), and read_dst_frame().
svx8_compression_type IffDemuxContext::svx8_compression |
Definition at line 113 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::maud_bits |
Definition at line 114 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::maud_compression |
Definition at line 115 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::bitmap_compression |
delta compression method used
Definition at line 116 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::bpp |
bits per plane to decode (differs from bits_per_coded_sample if HAM)
Definition at line 117 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 118 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::flags |
1 for EHB, 0 is no extra half darkening
Definition at line 119 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::transparency |
transparency color index in palette
Definition at line 120 of file iff.c.
Referenced by iff_read_header().
unsigned IffDemuxContext::masking |
uint8_t IffDemuxContext::tvdc[32] |