Libav
Data Fields
PNGParseContext Struct Reference

Data Fields

ParseContext pc
int chunk_pos
 position inside current chunk
int chunk_length
 length of the current chunk
int remaining_size
 remaining size of the current chunk

Detailed Description

Definition at line 35 of file png_parser.c.

Field Documentation

ParseContext PNGParseContext::pc

Definition at line 36 of file png_parser.c.

Referenced by png_parse().

int PNGParseContext::chunk_pos

position inside current chunk

Definition at line 38 of file png_parser.c.

Referenced by png_parse().

int PNGParseContext::chunk_length

length of the current chunk

Definition at line 39 of file png_parser.c.

Referenced by png_parse().

int PNGParseContext::remaining_size

remaining size of the current chunk

Definition at line 40 of file png_parser.c.

Referenced by png_parse().


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