Data Fields | |
DSPContext | dsp |
uint8_t * | bytestream |
uint8_t * | bytestream_start |
uint8_t * | bytestream_end |
AVFrame | picture |
int | filter_type |
z_stream | zstream |
uint8_t | buf [IOBUF_SIZE] |
Definition at line 39 of file pngenc.c.
uint8_t PNGEncContext::buf[IOBUF_SIZE] |
Definition at line 47 of file pngenc.c.
Referenced by encode_frame(), png_choose_filter(), and png_enc_init().
z_stream PNGEncContext::zstream |