|
FFmpeg
|
Data Fields | |
| ParseContext | pc |
| JXLCodestream | codestream |
| int | container |
| int64_t | skip |
| int | copied |
| int64_t | collected_size |
| int64_t | codestream_length |
| int | skipped_icc |
| int64_t | next |
| uint8_t | cs_buffer [4096+AV_INPUT_BUFFER_PADDING_SIZE] |
Definition at line 153 of file jpegxl_parser.c.
| ParseContext JXLParseContext::pc |
Definition at line 154 of file jpegxl_parser.c.
| JXLCodestream JXLParseContext::codestream |
Definition at line 155 of file jpegxl_parser.c.
| int JXLParseContext::container |
Definition at line 158 of file jpegxl_parser.c.
| int64_t JXLParseContext::skip |
Definition at line 159 of file jpegxl_parser.c.
| int JXLParseContext::copied |
Definition at line 160 of file jpegxl_parser.c.
| int64_t JXLParseContext::collected_size |
Definition at line 161 of file jpegxl_parser.c.
| int64_t JXLParseContext::codestream_length |
Definition at line 162 of file jpegxl_parser.c.
| int JXLParseContext::skipped_icc |
Definition at line 163 of file jpegxl_parser.c.
| int64_t JXLParseContext::next |
Definition at line 164 of file jpegxl_parser.c.
| uint8_t JXLParseContext::cs_buffer[4096+AV_INPUT_BUFFER_PADDING_SIZE] |
Definition at line 166 of file jpegxl_parser.c.
1.8.17