| commit | 3fd2db22eef9fbd20bc5f768b50f13102ec77f7c | [log] [tgz] |
|---|---|---|
| author | Joe Drago <jdrago@netflix.com> | Thu Aug 13 16:07:24 2020 -0700 |
| committer | Joe Drago <jdrago@netflix.com> | Thu Aug 13 16:07:24 2020 -0700 |
| tree | 1e17b2424e0a1cd8197addf5918844778ded7330 | |
| parent | c00d583b496d73f71693cfa4966fe8a5e9706909 [diff] [blame] |
Remove range and sample position from avifImageStealPlanes(), transfer alphaRange manually Fixes: #281
diff --git a/src/read.c b/src/read.c index ccc02d0..97246ce 100644 --- a/src/read.c +++ b/src/read.c
@@ -2518,6 +2518,7 @@ } avifImageStealPlanes(decoder->image, srcAlpha, AVIF_PLANES_A); + decoder->image->alphaRange = srcAlpha->alphaRange; } }