This commit is contained in:
twinaphex 2015-02-26 22:16:52 +01:00
parent 3e971488a8
commit bb682d1ed4

View File

@ -396,8 +396,6 @@ static bool png_reverse_filter(uint32_t *data, const struct png_ihdr *ihdr,
{
int ret;
if (!pngp)
return -1;
if (png_reverse_filter_init(ihdr, inflate_buf, pngp, palette) == -1)
return -1;