mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-16 09:27:49 +00:00
(RPNG) Make function static
This commit is contained in:
parent
0160a0a5af
commit
28931872d6
@ -689,7 +689,7 @@ static int png_reverse_filter_iterate(rpng_t *rpng, uint32_t **data)
|
|||||||
return png_reverse_filter_regular_iterate(data, &rpng->ihdr, &rpng->process);
|
return png_reverse_filter_regular_iterate(data, &rpng->ihdr, &rpng->process);
|
||||||
}
|
}
|
||||||
|
|
||||||
int rpng_load_image_argb_process_inflate_init(rpng_t *rpng,
|
static int rpng_load_image_argb_process_inflate_init(rpng_t *rpng,
|
||||||
uint32_t **data, unsigned *width, unsigned *height)
|
uint32_t **data, unsigned *width, unsigned *height)
|
||||||
{
|
{
|
||||||
int zstatus;
|
int zstatus;
|
||||||
|
@ -68,7 +68,4 @@ static INLINE int paeth(int a, int b, int c)
|
|||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
int rpng_load_image_argb_process_inflate_init(rpng_t *rpng,
|
|
||||||
uint32_t **data, unsigned *width, unsigned *height);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user