Libav
Data Fields
PNGEncContext Struct Reference

Data Fields

AVClassclass
 
HuffYUVEncDSPContext hdsp
 
uint8_tbytestream
 
uint8_tbytestream_start
 
uint8_tbytestream_end
 
int filter_type
 
z_stream zstream
 
uint8_t buf [IOBUF_SIZE]
 

Detailed Description

Definition at line 38 of file pngenc.c.

Field Documentation

◆ class

AVClass* PNGEncContext::class

Definition at line 39 of file pngenc.c.

◆ hdsp

HuffYUVEncDSPContext PNGEncContext::hdsp

Definition at line 40 of file pngenc.c.

Referenced by png_enc_init(), and png_filter_row().

◆ bytestream

uint8_t* PNGEncContext::bytestream

Definition at line 42 of file pngenc.c.

Referenced by encode_frame(), and png_write_row().

◆ bytestream_start

uint8_t* PNGEncContext::bytestream_start

Definition at line 43 of file pngenc.c.

Referenced by encode_frame().

◆ bytestream_end

uint8_t* PNGEncContext::bytestream_end

Definition at line 44 of file pngenc.c.

Referenced by encode_frame(), and png_write_row().

◆ filter_type

int PNGEncContext::filter_type

Definition at line 46 of file pngenc.c.

Referenced by encode_frame(), png_choose_filter(), and png_enc_init().

◆ zstream

z_stream PNGEncContext::zstream

Definition at line 48 of file pngenc.c.

Referenced by encode_frame(), and png_write_row().

◆ buf

uint8_t PNGEncContext::buf[IOBUF_SIZE]

Definition at line 49 of file pngenc.c.

Referenced by encode_frame(), and png_write_row().


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