• Lynne's avatar
    pngdec: add ability to check chunk CRC · b8d9bc2e
    Lynne authored
    By default now, if AV_EF_CRCCHECK or AV_EF_IGNORE_ERR are enabled the decoder
    will skip the chunk and carry on with the next one. This should make the
    decoder able to decode more corrupt files because the functions which decode
    individual chunks will very likely error out if fed invalid data and stop the
    decoding of the entire image.
    b8d9bc2e
pngdec.c 63.2 KB