FFmpeg
Data Fields
JXLParseContext Struct Reference

Data Fields

ParseContext pc
 
JXLCodestream codestream
 
int container
 
int skip
 
int copied
 
int collected_size
 
int codestream_length
 
int skipped_icc
 
int next
 
uint8_t cs_buffer [4096+AV_INPUT_BUFFER_PADDING_SIZE]
 

Detailed Description

Definition at line 152 of file jpegxl_parser.c.

Field Documentation

◆ pc

ParseContext JXLParseContext::pc

Definition at line 153 of file jpegxl_parser.c.

◆ codestream

JXLCodestream JXLParseContext::codestream

Definition at line 154 of file jpegxl_parser.c.

◆ container

int JXLParseContext::container

Definition at line 157 of file jpegxl_parser.c.

◆ skip

int JXLParseContext::skip

Definition at line 158 of file jpegxl_parser.c.

◆ copied

int JXLParseContext::copied

Definition at line 159 of file jpegxl_parser.c.

◆ collected_size

int JXLParseContext::collected_size

Definition at line 160 of file jpegxl_parser.c.

◆ codestream_length

int JXLParseContext::codestream_length

Definition at line 161 of file jpegxl_parser.c.

◆ skipped_icc

int JXLParseContext::skipped_icc

Definition at line 162 of file jpegxl_parser.c.

◆ next

int JXLParseContext::next

Definition at line 163 of file jpegxl_parser.c.

◆ cs_buffer

uint8_t JXLParseContext::cs_buffer[4096+AV_INPUT_BUFFER_PADDING_SIZE]

Definition at line 165 of file jpegxl_parser.c.


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