FFmpeg
4.3.7
|
Data Fields | |
AVFrame * | frame |
uint16_t | last_pal_id |
The index of the active palette sprite. More... | |
uint32_t | pal [256] |
The currently-used palette data. More... | |
CDToonsSprite | sprites [CDTOONS_MAX_SPRITES] |
AVFrame* CDToonsContext::frame |
Definition at line 51 of file cdtoons.c.
Referenced by cdtoons_decode_end(), cdtoons_decode_frame(), cdtoons_decode_init(), and cdtoons_render_sprite().
uint16_t CDToonsContext::last_pal_id |
The index of the active palette sprite.
Definition at line 53 of file cdtoons.c.
Referenced by cdtoons_decode_frame(), cdtoons_decode_init(), and cdtoons_flush().
uint32_t CDToonsContext::pal[256] |
The currently-used palette data.
Definition at line 54 of file cdtoons.c.
Referenced by cdtoons_decode_frame().
CDToonsSprite CDToonsContext::sprites[CDTOONS_MAX_SPRITES] |
Definition at line 55 of file cdtoons.c.
Referenced by cdtoons_decode_end(), cdtoons_decode_frame(), and cdtoons_flush().