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

Anton Khirnov anton at khirnov.net
Wed Mar 23 13:36:16 EET 2022


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


More information about the ffmpeg-devel mailing list