On 3/23/22 07:38, Anton Khirnov wrote:
+ return 0;
+ if (avpriv_jpegxl_verify_codestream_header(NULL, p->buf,
p->buf_size) == 0)
This function is way too complicated for a probe function. Can you think
of something simpler?
This is necessary to prevent the probetest from returning false
positives. My original patch lacked something like this and it was
rejected on those grounds.
Leo Izen (thebombzen)
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".