FFmpeg
Macros | Functions
jpegxl_probe.h File Reference
#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)
 

Macro Definition Documentation

◆ FF_JPEGXL_CODESTREAM_SIGNATURE_LE

#define FF_JPEGXL_CODESTREAM_SIGNATURE_LE   0x0aff

Definition at line 27 of file jpegxl_probe.h.

◆ FF_JPEGXL_CONTAINER_SIGNATURE_LE

#define FF_JPEGXL_CONTAINER_SIGNATURE_LE   0x204c584a0c000000

Definition at line 28 of file jpegxl_probe.h.

Function Documentation

◆ ff_jpegxl_verify_codestream_header()

int ff_jpegxl_verify_codestream_header ( const uint8_t *  buf,
int  buflen 
)

Definition at line 246 of file jpegxl_probe.c.

Referenced by jpegxl_probe().