FFmpeg
|
#include <jxl/memory_manager.h>
#include <jxl/version.h>
Go to the source code of this file.
Functions | |
size_t | ff_libjxl_get_threadcount (int threads) |
Transform threadcount in ffmpeg to one used by libjxl. More... | |
void | ff_libjxl_init_memory_manager (JxlMemoryManager *manager) |
Initialize and populate a JxlMemoryManager with av_malloc() and av_free() so libjxl will use these functions. More... | |
JPEG XL via libjxl common support header
Definition in file libjxl.h.
size_t ff_libjxl_get_threadcount | ( | int | threads | ) |
Transform threadcount in ffmpeg to one used by libjxl.
threads | ffmpeg's threads AVOption |
Definition at line 33 of file libjxl.c.
Referenced by libjxl_decode_init(), and libjxl_encode_init().
void ff_libjxl_init_memory_manager | ( | JxlMemoryManager * | manager | ) |
Initialize and populate a JxlMemoryManager with av_malloc() and av_free() so libjxl will use these functions.
manager | a pointer to a JxlMemoryManager struct |
Definition at line 65 of file libjxl.c.
Referenced by libjxl_decode_init(), and libjxl_encode_init().