On 3/23/22 07:36, Anton Khirnov wrote:
Quoting Leo Izen (2022-03-19 18:26:41)
+
+#define jxl_bits(n) jpegxl_get_bits(NULL, jxlr, (n))
IIUC this leads to av_log(NULL). Please no more of these, we are trying
to remove them.
The prober functions in th
Quoting Leo Izen (2022-03-19 18:26:41)
> +
> +#define jxl_bits(n) jpegxl_get_bits(NULL, jxlr, (n))
IIUC this leads to av_log(NULL). Please no more of these, we are trying
to remove them.
--
Anton Khirnov
___
f
This commit adds support to libavcodec to read and parse
encoded Jpeg XL images. Jpeg XL is intended to be an
extended-life replacement to legacy mjpeg.
---
MAINTAINERS|2 +
libavcodec/Makefile|1 +
libavcodec/codec_desc.c|9 +
libavcodec/codec_id.h |