mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Cleanups
This commit is contained in:
parent
f680f00098
commit
93561a042b
@ -762,7 +762,7 @@ static int png_reverse_filter_iterate(rpng_t *rpng, uint32_t **data)
|
||||
if (!rpng)
|
||||
return false;
|
||||
|
||||
if (rpng->ihdr.interlace)
|
||||
if (rpng->ihdr.interlace && rpng->process)
|
||||
return png_reverse_filter_adam7(data, &rpng->ihdr, rpng->process);
|
||||
|
||||
return png_reverse_filter_regular_iterate(data, &rpng->ihdr, rpng->process);
|
||||
|
Loading…
x
Reference in New Issue
Block a user