FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | FF_JPEGXL_CODESTREAM_SIGNATURE_LE 0x0aff |
#define | FF_JPEGXL_CONTAINER_SIGNATURE_LE 0x204c584a0c000000 |
Functions | |
int | ff_jpegxl_verify_codestream_header (const uint8_t *buf, int buflen, int validate_level) |
verify that a codestream header is valid More... | |
#define FF_JPEGXL_CODESTREAM_SIGNATURE_LE 0x0aff |
Definition at line 27 of file jpegxl_probe.h.
#define FF_JPEGXL_CONTAINER_SIGNATURE_LE 0x204c584a0c000000 |
Definition at line 28 of file jpegxl_probe.h.
verify that a codestream header is valid
Definition at line 245 of file jpegxl_probe.c.
Referenced by jpegxl_anim_probe(), jpegxl_anim_read_header(), and jpegxl_probe().