Data Fields | |
PNGDSPContext | dsp |
AVCodecContext * | avctx |
GetByteContext | gb |
AVFrame | picture1 |
AVFrame | picture2 |
AVFrame * | current_picture |
AVFrame * | last_picture |
int | state |
int | width |
int | height |
int | bit_depth |
int | color_type |
int | compression_type |
int | interlace_type |
int | filter_type |
int | channels |
int | bits_per_pixel |
int | bpp |
uint8_t * | image_buf |
int | image_linesize |
uint32_t | palette [256] |
uint8_t * | crow_buf |
uint8_t * | last_row |
uint8_t * | tmp_row |
int | pass |
int | crow_size |
int | row_size |
int | pass_row_size |
int | y |
z_stream | zstream |
Definition at line 38 of file pngdec.c.
uint32_t PNGDecContext::palette[256] |
z_stream PNGDecContext::zstream |