On Wed, Oct 20, 2021 at 01:33:57PM -0400, Leo Izen wrote:
[...]
> --- a/libavformat/img2dec.c
> +++ b/libavformat/img2dec.c
> @@ -830,6 +830,16 @@ static int jpegls_probe(const AVProbeData *p)
> return 0;
> }
>
> +static int jpegxl_probe(const AVProbeData *p)
> +{
> +const uint8_t *b =
Use the external libjxl library to add decoding for JPEG XL
images, and add the appropriate image2 muxers and demuxers
to read/write JPEG XL image files.
---
MAINTAINERS | 2 +
configure | 5 +
doc/general_contents.texi | 7 +
libavcodec/Makefile | 1 +