| FFmpeg
    | 
| 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... | |
Definition at line 30 of file png_parser.c.
| ParseContext PNGParseContext::pc | 
Definition at line 31 of file png_parser.c.
Referenced by png_parse().
| uint32_t PNGParseContext::chunk_pos | 
position inside current chunk
Definition at line 32 of file png_parser.c.
Referenced by png_parse().
| uint32_t PNGParseContext::chunk_length | 
| uint32_t PNGParseContext::remaining_size | 
remaining size of the current chunk
Definition at line 34 of file png_parser.c.
Referenced by png_parse().
 1.8.17
 1.8.17