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
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
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