fix many compile warnings

This commit is contained in:
niels
2014-12-21 17:05:25 +01:00
parent 9b4391bc79
commit c31f40fcdf
60 changed files with 110 additions and 474 deletions

View File

@@ -25,7 +25,7 @@
#include <stdint.h>
vj_effect *bgsubtract_init(int width, int height);
void bgsubtract_free(void *d);
void bgsubtract_free();
int bgsubtract_malloc(int w, int h);
int bgsubtract_prepare(uint8_t *map[3], int w, int h);
void bgsubtract_apply(VJFrame *frame,int width,int height,int mode, int threshold);