mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 04:31:19 +00:00
Change png_reverse_filter_regular_loop's return code
This commit is contained in:
parent
003fb2a7c8
commit
d6c7ba448a
@ -448,10 +448,7 @@ static int png_reverse_filter_regular_loop(uint32_t **data_, const struct png_ih
|
||||
}while(ret == PNG_PROCESS_NEXT);
|
||||
|
||||
pngp->inflate_buf -= pngp->restore_buf_size;
|
||||
|
||||
if (ret == 1)
|
||||
return PNG_PROCESS_END;
|
||||
return PNG_PROCESS_ERROR;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user