On 3/23/22 10:45, Andreas Rheinhardt wrote:
Leo Izen:
+ /* any other box is skipped at this point */
+AV_WB32(tag_str, tag);
+av_log(avctx, AV_LOG_VERBOSE, "skipping jxl container box: %s\n",
tag_str);
1. tag_str is potentially not-zero terminated.
2. If tag_str contains a \0,
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