1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

(RJPEG) Cleanup

This commit is contained in:
twinaphex 2016-05-10 07:16:27 +02:00
parent f3af0263ed
commit ea8715ca92

View File

@ -183,10 +183,8 @@ static void rjpeg__rewind(rjpeg__context *s)
s->img_buffer = s->img_buffer_original;
}
#ifndef RJPEG_NO_JPEG
static int rjpeg__jpeg_test(rjpeg__context *s);
static uint8_t *rjpeg__jpeg_load(rjpeg__context *s, int *x, int *y, int *comp, int req_comp);
#endif
/* this is not threadsafe */
static const char *rjpeg__g_failure_reason;