Skal 0e48d889eb bugfix: last alpha rows were incorrectly decoded
sometimes, the last rows of the alpha plane contain more than NUM_ARGB_CACHE_ROWS
rows to process. But ExtractAlphaRows() was repeatedly calling ApplyInverseTransforms()
without updating the dec->last_row_ field, which is the starting row used as starting
point.

Fix would consist of either updating correctly dec->last_row_ before calling
ApplyInverseTransforms(). Or pass the starting row explicitly, which is simpler.

BUG=webp:439

Change-Id: Id99f2c28662d02b2b866cb79e666050be9d59e04
2019-08-30 14:13:28 +02:00
..
2019-07-04 11:07:04 -07:00
2019-07-26 01:04:09 -07:00
2019-07-26 01:04:09 -07:00
2019-07-04 11:07:04 -07:00
2019-07-26 01:04:09 -07:00
2019-07-04 11:07:04 -07:00
2019-07-04 11:07:04 -07:00
2019-07-04 11:07:04 -07:00