FFmpeg
Data Fields
PNGParseContext Struct Reference

Data Fields

ParseContext pc
 
uint32_t chunk_pos
 position inside current chunk More...
 
uint32_t chunk_length
 length of the current chunk More...
 
uint32_t remaining_size
 remaining size of the current chunk More...
 

Detailed Description

Definition at line 30 of file png_parser.c.

Field Documentation

◆ pc

ParseContext PNGParseContext::pc

Definition at line 31 of file png_parser.c.

Referenced by png_parse().

◆ chunk_pos

uint32_t PNGParseContext::chunk_pos

position inside current chunk

Definition at line 32 of file png_parser.c.

Referenced by png_parse().

◆ chunk_length

uint32_t PNGParseContext::chunk_length

length of the current chunk

Definition at line 33 of file png_parser.c.

Referenced by png_parse().

◆ remaining_size

uint32_t PNGParseContext::remaining_size

remaining size of the current chunk

Definition at line 34 of file png_parser.c.

Referenced by png_parse().


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