FFmpeg
Loading...
Searching...
No Matches
JXLParseContext Struct Reference

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]

Detailed Description

Definition at line 153 of file jpegxl_parser.c.

Field Documentation

◆ pc

ParseContext JXLParseContext::pc

Definition at line 154 of file jpegxl_parser.c.

◆ codestream

JXLCodestream JXLParseContext::codestream

Definition at line 155 of file jpegxl_parser.c.

◆ container

int JXLParseContext::container

Definition at line 158 of file jpegxl_parser.c.

◆ skip

int64_t JXLParseContext::skip

Definition at line 159 of file jpegxl_parser.c.

◆ copied

int JXLParseContext::copied

Definition at line 160 of file jpegxl_parser.c.

◆ collected_size

int64_t JXLParseContext::collected_size

Definition at line 161 of file jpegxl_parser.c.

◆ codestream_length

int64_t JXLParseContext::codestream_length

Definition at line 162 of file jpegxl_parser.c.

◆ skipped_icc

int JXLParseContext::skipped_icc

Definition at line 163 of file jpegxl_parser.c.

◆ next

int64_t JXLParseContext::next

Definition at line 164 of file jpegxl_parser.c.

◆ cs_buffer

uint8_t JXLParseContext::cs_buffer[4096+AV_INPUT_BUFFER_PADDING_SIZE]

Definition at line 166 of file jpegxl_parser.c.


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