fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -49,3 +49,4 @@ void imb_freeplanesImBuf(struct ImBuf *ibuf);
short imb_addcmapImBuf(struct ImBuf *ibuf);
#endif

View File

@@ -42,3 +42,4 @@ short imb_encodebodyh(struct ImBuf *ibuf, int file);
short imb_encodebodyv(struct ImBuf *ibuf, int file);
#endif

View File

@@ -42,3 +42,4 @@ void imb_longtobp(struct ImBuf *ibuf);
unsigned int **imb_copyplanelist(struct ImBuf *ibuf);
#endif

View File

@@ -41,3 +41,4 @@ int imb_is_a_bmp(void *buf);
struct ImBuf *imb_bmp_decode(unsigned char *mem, int size, int flags);
#endif

View File

@@ -42,3 +42,4 @@ void imb_losecmapbits(struct ImBuf *ibuf, unsigned int *coltab);
short *imb_coldeltatab(unsigned char *coltab, short mincol, short maxcol, short cbits);
#endif

View File

@@ -40,3 +40,4 @@ struct ImBuf;
void imb_checkncols(struct ImBuf *ibuf);
#endif

View File

@@ -40,3 +40,4 @@ struct ImBuf;
void imb_filterx(struct ImBuf *ibuf);
#endif

View File

@@ -40,3 +40,4 @@ struct ImBuf;
short imb_converttoham(struct ImBuf *ibuf);
#endif

View File

@@ -42,3 +42,4 @@ short imb_enc_anim(struct ImBuf *ibuf, int file);
void imb_convhamx(struct ImBuf *ibuf, unsigned char coltab[][4], short *deltab);
#endif

View File

@@ -41,3 +41,4 @@ unsigned short imb_start_iff(struct ImBuf *ibuf, int file);
unsigned short imb_update_iff(int file, int code);
#endif

View File

@@ -41,3 +41,4 @@ struct ImBuf *imb_loadiris(unsigned char *mem, int flags);
short imb_saveiris(struct ImBuf * ibuf, int file, int flags);
#endif

View File

@@ -43,3 +43,4 @@ struct ImBuf * imb_ibJpegImageFromFilename (char * filename, int flags);
struct ImBuf * imb_ibJpegImageFromMemory (unsigned char * buffer, int size, int flags);
#endif

View File

@@ -41,3 +41,4 @@ int imb_is_a_png(void *buf);
struct ImBuf *imb_png_decode(unsigned char *mem, int size, int flags);
#endif

View File

@@ -43,3 +43,4 @@ struct ImBuf *imb_loadtarga(unsigned char *mem, int flags);
short imb_savetarga(struct ImBuf * ibuf, int file, int flags);
#endif

View File

@@ -188,3 +188,4 @@ struct BitMapHeader
};
#endif /* IMBUF_H */

View File

@@ -84,3 +84,4 @@ float rgbdyuv[4][4]={
-0.291, 0.504, -0.368, 0.0,
-0.148, 0.257, 0.439, 0.0,
128.0, 16.0, 128.0, 1.0};