mirror of
https://github.com/libretro/RetroArch
synced 2025-04-04 04:20:29 +00:00
Another C89 fix
This commit is contained in:
parent
23064f0590
commit
14fce400ce
@ -2375,6 +2375,7 @@ static uint8_t *rjpeg_load_jpeg_image(rjpeg__jpeg *z, unsigned *out_x, unsigned
|
|||||||
int n, decode_n;
|
int n, decode_n;
|
||||||
int k;
|
int k;
|
||||||
unsigned int i,j;
|
unsigned int i,j;
|
||||||
|
rjpeg__resample res_comp[4];
|
||||||
uint8_t *coutput[4] = {0};
|
uint8_t *coutput[4] = {0};
|
||||||
uint8_t *output = NULL;
|
uint8_t *output = NULL;
|
||||||
z->s->img_n = 0; /* make rjpeg__cleanup_jpeg safe */
|
z->s->img_n = 0; /* make rjpeg__cleanup_jpeg safe */
|
||||||
@ -2396,8 +2397,6 @@ static uint8_t *rjpeg_load_jpeg_image(rjpeg__jpeg *z, unsigned *out_x, unsigned
|
|||||||
decode_n = z->s->img_n;
|
decode_n = z->s->img_n;
|
||||||
|
|
||||||
/* resample and color-convert */
|
/* resample and color-convert */
|
||||||
rjpeg__resample res_comp[4];
|
|
||||||
|
|
||||||
for (k=0; k < decode_n; ++k)
|
for (k=0; k < decode_n; ++k)
|
||||||
{
|
{
|
||||||
rjpeg__resample *r = &res_comp[k];
|
rjpeg__resample *r = &res_comp[k];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user