FFmpeg
|
Data Fields | |
FFJXLFrameType | type |
FFJXLFrameEncoding | encoding |
int | is_last |
int | full_frame |
uint32_t | total_length |
uint32_t | body_length |
Definition at line 136 of file jpegxl_parser.c.
FFJXLFrameType JXLFrame::type |
Definition at line 137 of file jpegxl_parser.c.
FFJXLFrameEncoding JXLFrame::encoding |
Definition at line 138 of file jpegxl_parser.c.
int JXLFrame::is_last |
Definition at line 140 of file jpegxl_parser.c.
int JXLFrame::full_frame |
Definition at line 141 of file jpegxl_parser.c.
uint32_t JXLFrame::total_length |
Definition at line 143 of file jpegxl_parser.c.
uint32_t JXLFrame::body_length |
Definition at line 144 of file jpegxl_parser.c.