fix recent png loader break with etc1 support that broke interlaced imgs
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 15 Apr 2014 08:56:07 +0000 (17:56 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 15 Apr 2014 08:56:07 +0000 (17:56 +0900)
commit9e100627a7fde5daef660a13a2d5a433dd910049
treefcb9f47b170e976f65c924ec826dcfb37b6a89ca
parent0cc713b7653531115f4d95deb4a5442c8444527b
fix recent png loader break with etc1 support that broke interlaced imgs

this fixes the png loader code to use png_read_row properly with the
number of passes needed to load aninterlaced image as well as handling
this right with scale ratio scaledown set.
src/modules/evas/loaders/png/evas_image_load_png.c