FFmpeg
Data Structures | Functions
jpegxl_parse.h File Reference
#include <stdint.h>
#include "libavutil/rational.h"
#include "jpegxl.h"

Go to the source code of this file.

Data Structures

struct  FFJXLMetadata
 

Functions

int ff_jpegxl_collect_codestream_header (const uint8_t *input_buffer, int input_len, uint8_t *buffer, int buflen, int *copied)
 
int ff_jpegxl_parse_codestream_header (const uint8_t *buf, int buflen, FFJXLMetadata *meta, int validate)
 

Function Documentation

◆ ff_jpegxl_collect_codestream_header()

int ff_jpegxl_collect_codestream_header ( const uint8_t *  input_buffer,
int  input_len,
uint8_t *  buffer,
int  buflen,
int copied 
)

Definition at line 449 of file jpegxl_parse.c.

Referenced by jpegxl_anim_probe(), jpegxl_anim_read_header(), and try_parse().

◆ ff_jpegxl_parse_codestream_header()

int ff_jpegxl_parse_codestream_header ( const uint8_t *  buf,
int  buflen,
FFJXLMetadata meta,
int  validate 
)