fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -51,3 +51,4 @@ int avi_get_format_fcc(AviFormat format);
|
||||
int avi_get_format_compression(AviFormat format);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -31,3 +31,4 @@
|
||||
*/
|
||||
void *avi_converter_from_avi_rgb (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
void *avi_converter_to_avi_rgb (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
|
||||
|
@@ -52,3 +52,4 @@
|
||||
void awrite (AviMovie *movie, void *datain, int block, int size, FILE *fp, int type);
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -31,3 +31,4 @@
|
||||
*/
|
||||
void *avi_converter_from_mjpeg (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
void *avi_converter_to_mjpeg (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
|
||||
|
@@ -31,3 +31,4 @@
|
||||
*/
|
||||
void *avi_converter_from_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
void *avi_converter_to_rgb32 (AviMovie *movie, int stream, unsigned char *buffer, int *size);
|
||||
|
||||
|
Reference in New Issue
Block a user