SDWebImage / SDWebImageAVIFCoder

A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image
MIT License
55 stars 14 forks source link

Support libavif 0.9.1 #30

Closed dreampiggy closed 3 years ago

dreampiggy commented 3 years ago

This PR bump the libavif to 0.9.1+.

Because we need the new API decoder->strictFlags = AVIF_STRICT_DISABLED to disable the strict mode, see:

https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md#091---2021-05-19