fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -49,3 +49,4 @@ void imb_freeplanesImBuf(struct ImBuf *ibuf);
|
||||
short imb_addcmapImBuf(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -42,3 +42,4 @@ short imb_encodebodyh(struct ImBuf *ibuf, int file);
|
||||
short imb_encodebodyv(struct ImBuf *ibuf, int file);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -42,3 +42,4 @@ void imb_longtobp(struct ImBuf *ibuf);
|
||||
unsigned int **imb_copyplanelist(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -41,3 +41,4 @@ int imb_is_a_bmp(void *buf);
|
||||
struct ImBuf *imb_bmp_decode(unsigned char *mem, int size, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -40,3 +40,4 @@ struct ImBuf;
|
||||
void imb_checkncols(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -40,3 +40,4 @@ struct ImBuf;
|
||||
void imb_filterx(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -40,3 +40,4 @@ struct ImBuf;
|
||||
short imb_converttoham(struct ImBuf *ibuf);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -41,3 +41,4 @@ unsigned short imb_start_iff(struct ImBuf *ibuf, int file);
|
||||
unsigned short imb_update_iff(int file, int code);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -41,3 +41,4 @@ struct ImBuf *imb_loadiris(unsigned char *mem, int flags);
|
||||
short imb_saveiris(struct ImBuf * ibuf, int file, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -43,3 +43,4 @@ struct ImBuf * imb_ibJpegImageFromFilename (char * filename, int flags);
|
||||
struct ImBuf * imb_ibJpegImageFromMemory (unsigned char * buffer, int size, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -41,3 +41,4 @@ int imb_is_a_png(void *buf);
|
||||
struct ImBuf *imb_png_decode(unsigned char *mem, int size, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -43,3 +43,4 @@ struct ImBuf *imb_loadtarga(unsigned char *mem, int flags);
|
||||
short imb_savetarga(struct ImBuf * ibuf, int file, int flags);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -188,3 +188,4 @@ struct BitMapHeader
|
||||
};
|
||||
|
||||
#endif /* IMBUF_H */
|
||||
|
||||
|
@@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user