mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +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 uint32_t *input, unsigned pass_width, unsigned pass_height,
|
||||||
const struct adam7_pass *pass)
|
const struct adam7_pass *pass)
|
||||||
{
|
{
|
||||||
unsigned y;
|
unsigned x, y;
|
||||||
|
|
||||||
data += pass->y * ihdr->width + pass->x;
|
data += pass->y * ihdr->width + pass->x;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user