FFmpeg
Data Fields
CDToonsContext Struct Reference

Data Fields

AVFrameframe
 
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]
 

Detailed Description

Definition at line 51 of file cdtoons.c.

Field Documentation

◆ frame

AVFrame* CDToonsContext::frame

Definition at line 52 of file cdtoons.c.

◆ last_pal_id

uint16_t CDToonsContext::last_pal_id

The index of the active palette sprite.

Definition at line 54 of file cdtoons.c.

◆ pal

uint32_t CDToonsContext::pal[256]

The currently-used palette data.

Definition at line 55 of file cdtoons.c.

◆ sprites

CDToonsSprite CDToonsContext::sprites[CDTOONS_MAX_SPRITES]

Definition at line 56 of file cdtoons.c.


The documentation for this struct was generated from the following file: