|
Libav
|
Data Fields | |
| ParseContext | pc |
| int | chunk_pos |
| position inside current chunk More... | |
| uint32_t | chunk_length |
| length of the current chunk More... | |
| int | remaining_size |
| remaining size of the current chunk More... | |
Definition at line 35 of file png_parser.c.
| 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().
| uint32_t PNGParseContext::chunk_length |
| int PNGParseContext::remaining_size |
remaining size of the current chunk
Definition at line 40 of file png_parser.c.
Referenced by png_parse().
1.8.8