Data Fields | |
AVFrame | frame |
int | planesize |
uint8_t * | planebuf |
int | init |
AVFrame IffContext::frame |
Definition at line 35 of file iff.c.
Referenced by decode_end(), decode_frame_byterun1(), decode_frame_ilbm(), and decode_init().
int IffContext::init |
Definition at line 38 of file iff.c.
Referenced by decode_frame_byterun1(), and decode_frame_ilbm().
uint8_t* IffContext::planebuf |
Definition at line 37 of file iff.c.
Referenced by decode_end(), decode_frame_byterun1(), and decode_init().
int IffContext::planesize |
Definition at line 36 of file iff.c.
Referenced by decode_frame_byterun1(), decode_frame_ilbm(), and decode_init().