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

Leo Izen leo.izen at gmail.com
Wed Mar 23 15:14:09 EET 2022


On 3/23/22 07:36, Anton Khirnov wrote:
> 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.
>
The prober functions in the image2 demuxer don't pass an AVFormatContext 
to the prober. I'd be happy to change this if the probers could see the 
AVFormatContext in img2dec.c.

Leo Izen (thebombzen)


More information about the ffmpeg-devel mailing list