Skip to content

Commit

Permalink
remove a TODO comment which is already done.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba-z committed Mar 13, 2020
1 parent adc8bdf commit e5f0d8b
Showing 1 changed file with 0 additions and 3 deletions.
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 e5f0d8b

Please sign in to comment.