Skip to content

Commit

Permalink
Merge pull request #17 from link-u/release/v0.5.3
Browse files Browse the repository at this point in the history
Release/v0.5.3
  • Loading branch information
dreampiggy authored Mar 13, 2020
2 parents adc8bdf + 46970d4 commit 75b5cd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion SDWebImageAVIFCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageAVIFCoder'
s.version = '0.5.2'
s.version = '0.5.3'
s.summary = 'A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image'

# This description is used to generate tags and improve search results.
Expand Down
3 changes: 0 additions & 3 deletions SDWebImageAVIFCoder/Classes/SDImageAVIFCoder.m
Original file line number Diff line number Diff line change
Expand Up @@ -752,9 +752,6 @@ static CGImageRef CreateImage8(avifImage * avif) {
memset(origCr.data, pixelRange.CbCr_bias, origCr.width);
}

//TODO: (ledyba-z) we have to scale alpha when libavif v0.6.0 comes.
// https://github.com/AOMediaCodec/libavif/issues/91

uint8_t const permuteMap[4] = {0, 1, 2, 3};
switch(avif->yuvFormat) {
case AVIF_PIXEL_FORMAT_NONE:
Expand Down

0 comments on commit 75b5cd6

Please sign in to comment.