mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Fix RPNG build failure
This commit is contained in:
parent
dff52d8688
commit
cb0a193eea
@ -473,7 +473,7 @@ static void png_reverse_filter_adam7_deinterlace_pass(uint32_t *data,
|
||||
const uint32_t *input, unsigned pass_width, unsigned pass_height,
|
||||
const struct adam7_pass *pass)
|
||||
{
|
||||
unsigned y;
|
||||
unsigned x, y;
|
||||
|
||||
data += pass->y * ihdr->width + pass->x;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user