X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=jpeg.h;h=ff17eb753b8658bc94390205fc30c84bb0340f01;hp=3b8738cdabdb6e8d8786fca770bb696b6e29bb14;hb=2075ae43356d724bae305ce8fd36ea570718b14a;hpb=c72641f5e795ed0e0d58a38d79860cc92597e4da 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.