Re: [FFmpeg-devel] [PATCH v4 1/5] avcodec/jpegxl: add Jpeg XL image codec and parser

2022-01-07 Thread Leo Izen
On 1/7/22 08:51, Andreas Rheinhardt wrote: Leo Izen: +int level; + +} JpegXLHeader; Why is this structure exported in the header when it is only used by the parser? This was a relic from before I was told to remove the struct from the exported function signature. I'll move it over to the

Re: [FFmpeg-devel] [PATCH v4 1/5] avcodec/jpegxl: add Jpeg XL image codec and parser

2022-01-07 Thread Andreas Rheinhardt
Leo Izen: > 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 + > libavco

[FFmpeg-devel] [PATCH v4 1/5] avcodec/jpegxl: add Jpeg XL image codec and parser

2022-01-07 Thread Leo Izen
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 | 1