X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=jpeg.h;h=ff17eb753b8658bc94390205fc30c84bb0340f01;hb=398205491d2f2dde2351cf7341c120d12eeace5e;hp=3b8738cdabdb6e8d8786fca770bb696b6e29bb14;hpb=c72641f5e795ed0e0d58a38d79860cc92597e4da;p=xonotic%2Fdarkplaces.git diff --git a/jpeg.h b/jpeg.h index 3b8738cd..ff17eb75 100644 --- a/jpeg.h +++ b/jpeg.h @@ -27,7 +27,7 @@ qboolean JPEG_OpenLibrary (void); void JPEG_CloseLibrary (void); -unsigned char* JPEG_LoadImage_BGRA (const unsigned char *f, int filesize); +unsigned char* JPEG_LoadImage_BGRA (const unsigned char *f, int filesize, int *miplevel); qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height, unsigned char *data); /*! \returns 0 if failed, or the size actually used.