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) |
#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.
Definition at line 246 of file jpegxl_probe.c.
Referenced by jpegxl_probe().